From e02aa7e77c5df88049bf54b2b2e79f90c6276f8b Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Thu, 12 Sep 2002 19:28:38 +0000 Subject: [PATCH] Declare gomxref.html as a generated doc file. --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.30.2