summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-05 02:50:58 +0000
committerKevin E Martin <kem@kem.org>2005-10-05 02:50:58 +0000
commit1533c4bcf11d1cfcdb5ca7f84f3bde8ac79e4df1 (patch)
tree47efdbb6c52e7785b3b43bd28125d574dd646437
parent01e802406bc8ef19b22a9bb3782a1fbbb0f83707 (diff)
Add constype.man to EXTRA_DIST even when not building
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am8
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..11a327b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,3 @@
+2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * Makefile.am: Add constype.man to EXTRA_DIST even when not building
diff --git a/Makefile.am b/Makefile.am
index db1a0e6..510aa03 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,9 +34,7 @@ bin_PROGRAMS = constype
constype_SOURCES = constype.c
-EXTRA_DIST = constype.man
-
-man1_MANS = constype.1
+man1_MANS = constype.man
CLEANFILES = $(man1_MANS)
@@ -67,4 +65,6 @@ else
all-local:
@echo "constype not supported on this platform"
-endif \ No newline at end of file
+endif
+
+EXTRA_DIST = constype.man