summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-26 16:45:23 +0000
committerKeith Packard <keithp@keithp.com>2003-10-26 16:45:23 +0000
commite99043ac778280ed16ab69ca0844b634f7d20f30 (patch)
tree43bb9b359865d2e86dcf217a7ae486bf85d23906
parent75839218d18a7fad2f7e84cb995724763f7cae11 (diff)
Include confdir.sgml.in in EXTRA_DIST
-rw-r--r--ChangeLog5
-rw-r--r--doc/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff11186..712539f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-26 Keith Packard <keithp@keithp.com>
+
+ * doc/Makefile.am:
+ Include confdir.sgml.in in EXTRA_DIST
+
2003-10-09 Josselin Mouette <joss@debian.org>
* fc-cache/fc-cache.sgml fc-cache/Makefile.am:
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7e1d70d..b4bd051 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -89,7 +89,7 @@ DOC_FILES=$(TXT) $(HTML_FILES)
DOC_DIRS=$(HTML_DIRS)
LOCAL_DOCS=$(man_MANS) $(DOC_FILES) $(DOC_DIRS)
-EXTRA_DIST=$(LOCAL_DOCS) $(SGML) $(DOC_FUNCS_FNCS) $(FNCS_TMPL)
+EXTRA_DIST=$(LOCAL_DOCS) $(SGML) $(DOC_FUNCS_FNCS) $(FNCS_TMPL) confdir.sgml.in
SUFFIXES=.fncs .sgml .txt .html