From: Peter Verthez Date: Thu, 12 Sep 2002 19:28:38 +0000 (+0000) Subject: Declare gomxref.html as a generated doc file. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=e02aa7e77c5df88049bf54b2b2e79f90c6276f8b;p=gedcom-parse.git Declare gomxref.html as a generated doc file. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 166d5e6..4f1ab4c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,14 +4,15 @@ SUBDIRS = images . DOC_FILES = index.html usage.html parser.html interface.html links.html \ - encoding.html gomxref.html + encoding.html +GENERATED_DOC_FILES = gomxref.html VERSIONED_FILES = index.html EXTRA_DIST = $(DOC_FILES) docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ include $(top_srcdir)/Makefile.inc -doc_DATA = $(DOC_FILES) +doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES) dist-hook: $(replace-VERSION)