summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2003-12-24 09:48:11 +0000
committerMatthew Allum <breakfast@10.am>2003-12-24 09:48:11 +0000
commit0753131e3fa2a396a2d6a3dec09d5041e6ed1248 (patch)
treeffcb08fdaf0e8dd79cffe27ba088c2fb587022b4
parent721c103d189bd4ec0c966ac679e6fbf084cc316c (diff)
fixed extra dist
-rw-r--r--ChangeLog7
-rw-r--r--doc/Makefile.am2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 00e055b..7abae18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2003-12-24 Matthew Allum <mallum@handhelds.com>
+2003-12-24 Matthew Allum <mallum@handhelds.com>
+
+ * doc/Makefile.am:
+ Small fix to extra_dist
+
+2003-12-24 Matthew Allum <mallum@handhelds.com>
* Makefile.am:
* configure.ac:
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6f3e24e..2c63188 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,2 +1,2 @@
-extra_DIST = xrestop.1
+EXTRA_DIST = $(man_MANS)
man_MANS = xrestop.1 \ No newline at end of file