Add pkg directory to make dist.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1712
This commit is contained in:
parent
cc92d31eea
commit
6e71769007
4 changed files with 7 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
|
|||
|
||||
docdir=$(prefix)/share/doc/@PACKAGE@
|
||||
SUBDIRS=wince textscreen pcsound src man setup
|
||||
DIST_SUBDIRS=pkg $(SUBDIRS)
|
||||
|
||||
if HAVE_PYTHON
|
||||
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ setup/Makefile
|
|||
man/Makefile
|
||||
src/Makefile
|
||||
pcsound/Makefile
|
||||
pkg/Makefile
|
||||
pkg/wince/Makefile
|
||||
src/resource.rc
|
||||
src/doom-screensaver.desktop
|
||||
|
|
|
|||
3
pkg/Makefile.am
Normal file
3
pkg/Makefile.am
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
DIST_SUBDIRS=wince
|
||||
|
||||
|
|
@ -3,6 +3,8 @@ DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE))
|
|||
CONFIG_FILE=wince-cab.cfg
|
||||
OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab
|
||||
|
||||
EXTRA_DIST=wince-cabgen $(CONFIG_FILE)
|
||||
|
||||
noinst_DATA = $(OUTPUT_FILE)
|
||||
|
||||
$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue