X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=0458a2f24e47386631f895ecca940584c569417f;hb=480d2b0a13a25c0a67d8a1006465b0b35966fe06;hp=4f1ab4c6e220e8362ef8ec184bb3f37302fbcaff;hpb=e02aa7e77c5df88049bf54b2b2e79f90c6276f8b;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f1ab4c..0458a2f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,19 +4,18 @@ SUBDIRS = images . DOC_FILES = index.html usage.html parser.html interface.html links.html \ - encoding.html -GENERATED_DOC_FILES = gomxref.html -VERSIONED_FILES = index.html -EXTRA_DIST = $(DOC_FILES) + encoding.html gom.html +GENERATED_DOC_FILES = gomxref.html utf8tools.html +DOC_GEN = make_gom_xref +EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in $(GENERATED_DOC_FILES) docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ - -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 +gomxref.html: $(srcdir)/../include/gom.h make_gom_xref srcdir=$(srcdir); export srcdir; \ - ./make_gom_xref + perl $(srcdir)/make_gom_xref + +utf8tools.html: $(srcdir)/../utf8/doc/utf8tools.html + cp $< $@