X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=cc9c612f0ae732b15cc8c8f4ae6652ff028a4cb2;hb=8abf1ae2e501d62fb473171c7446431a2a98dc08;hp=8667eeb62bd676ae28e36532bf19453cef22ec1a;hpb=4c97aa840042255a649af43635aa430e2fb9f702;p=gedcom-parse.git 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