From 7bfd6082062324fd7838951b16950bc86276b787 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 27 Oct 2002 16:39:48 +0000 Subject: [PATCH] Put generated doc file gomxref.html also in dist (so perl is not needed at make-time). --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 23d091f..54f46d1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,7 +7,7 @@ DOC_FILES = index.html usage.html parser.html interface.html links.html \ encoding.html GENERATED_DOC_FILES = gomxref.html DOC_GEN = make_gom_xref -EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in +EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in $(GENERATED_DOC_FILES) docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ DISTCLEANFILES = $(GENERATED_DOC_FILES) -- 2.30.2