From: Peter Verthez Date: Sun, 13 Oct 2002 15:30:35 +0000 (+0000) Subject: Generate index.html via configure (portability). X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=8abf1ae2e501d62fb473171c7446431a2a98dc08;p=gedcom-parse.git Generate index.html via configure (portability). --- 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