shithub: choc

Download patch

ref: 0bbfb99e5667a5753b6556990e853d219e3e4f24
parent: f4b37734234019c1f9b472f69baedb88abd79efd
author: Simon Howard <fraggle@gmail.com>
date: Sat Sep 21 01:50:19 EDT 2013

Fix make dist.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2676

--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,8 @@
         $(MSVC_FILES)                   \
         $(CODEBLOCKS_FILES)             \
         $(DOC_FILES)                    \
+        NOT-BUGS                        \
+        README.Strife                   \
         .lvimrc                         \
         HACKING                         \
         TODO                            \
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,12 +1,12 @@
 
-MANPAGE_GEN_FILES=\
-        doom.template \
-        heretic.template \
-        hexen.template \
-        strife.template \
-        docgen \
-        default.cfg.template \
-        extra.cfg.template
+MANPAGE_GEN_FILES = environ.man           \
+                    doom.template         \
+                    heretic.template      \
+                    hexen.template        \
+                    strife.template       \
+                    docgen                \
+                    default.cfg.template  \
+                    extra.cfg.template
 
 doomdocsdir = $(prefix)/share/doc/@PROGRAM_PREFIX@doom
 hereticdocsdir = $(prefix)/share/doc/@PROGRAM_PREFIX@heretic
--- a/src/heretic/Makefile.am
+++ b/src/heretic/Makefile.am
@@ -60,7 +60,7 @@
 deh_ammo.c                                 \
 deh_frame.c                                \
 deh_htext.c                                \
-deh_htic.c                                 \
+deh_htic.c             deh_htic.h          \
 deh_sound.c                                \
 deh_thing.c                                \
 deh_weapon.c