X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=23d091f85ce23cb7c06eb6595bb4ece4bf2bd6a7;hb=d9602547f8937fd71e5caa6039e2053e17c9f865;hp=8667eeb62bd676ae28e36532bf19453cef22ec1a;hpb=67e996e0af64da6f67a4a221949dbc9eabc267e6;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 8667eeb..23d091f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,17 +7,12 @@ 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 +DISTCLEANFILES = $(GENERATED_DOC_FILES) 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