summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aa44549c..ddb532d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,14 @@ AUX_DIST_GEN = \
$(ac_aux_dir)/install-sh \
$(ac_aux_dir)/missing
+EXTRA_DIST= \
+ $(AUX_DIST_GEN) \
+ config.h \
+ TODO \
+ BUGS \
+ data/chocolate-doom.png \
+ data/chocolate-doom.ico
-EXTRA_DIST=$(AUX_DIST_GEN) config.h TODO BUGS
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@