From 8abf1ae2e501d62fb473171c7446431a2a98dc08 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 13 Oct 2002 15:30:35 +0000 Subject: [PATCH] Generate index.html via configure (portability). --- doc/Makefile.am | 8 +------- doc/{index.html => index.html.in} | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename doc/{index.html => index.html.in} (100%) diff --git a/doc/Makefile.am b/doc/Makefile.am index 8667eeb..cc9c612 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,17 +7,11 @@ 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) +EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ -VERSIONED_FILES = index.html -include $(top_srcdir)/Makefile.inc - doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES) -dist-hook: - $(replace-VERSION) - gomxref.html: $(srcdir)/../include/gom.h srcdir=$(srcdir); export srcdir; \ perl $(srcdir)/make_gom_xref diff --git a/doc/index.html b/doc/index.html.in similarity index 100% rename from doc/index.html rename to doc/index.html.in -- 2.30.2