diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | man/Makefile.am | 9 | ||||
-rw-r--r-- | pkg/win32/GNUmakefile.am | 1 | ||||
-rw-r--r-- | wince/Makefile.am | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 9dcad240..3f43e3ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ CODEBLOCKS_FILES= \ codeblocks/textscreen.cbp DATA_FILES= \ + data/README \ data/doom.ico \ data/doom.png \ data/setup.ico \ diff --git a/man/Makefile.am b/man/Makefile.am index d3c90f7e..698c0862 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -5,9 +5,9 @@ if HAVE_PYTHON man_MANS=chocolate-doom.6 \ chocolate-server.6 \ - chocolate-setup.6 \ - default.cfg.5 \ - $(PACKAGE).cfg.5 + chocolate-setup.6 \ + default.cfg.5 \ + $(PACKAGE).cfg.5 chocolate-doom.6: ../src $(MANPAGE_GEN_FILES) ./docgen -m manpage.template ../src > $@ @@ -21,5 +21,6 @@ $(PACKAGE).cfg.5: ../src extra.cfg.template endif EXTRA_DIST = $(man_MANS) $(MANPAGE_GEN_FILES) \ - wikipages + wikipages \ + CMDLINE.template diff --git a/pkg/win32/GNUmakefile.am b/pkg/win32/GNUmakefile.am index edd57b6e..ed86d2cc 100644 --- a/pkg/win32/GNUmakefile.am +++ b/pkg/win32/GNUmakefile.am @@ -17,6 +17,7 @@ DOC_FILES=README \ CMDLINE \ TODO +EXTRA_DIST=README noinst_DATA=@PACKAGE_TARNAME@-@PACKAGE_VERSION@-win32.zip @PACKAGE_TARNAME@-@PACKAGE_VERSION@-win32.zip : staging diff --git a/wince/Makefile.am b/wince/Makefile.am index 476b9a67..c19471ca 100644 --- a/wince/Makefile.am +++ b/wince/Makefile.am @@ -4,6 +4,7 @@ noinst_LIBRARIES=libc_wince.a if WINDOWS_CE libc_wince_a_SOURCES = \ + libc_wince.h \ env.c env.h \ errno.c errno.h \ fileops.c fileops.h |