Include confdir.sgml.in in EXTRA_DIST

This commit is contained in:
Keith Packard 2003-10-26 16:45:23 +00:00
parent 75839218d1
commit e99043ac77
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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