X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=77f7634d5ce3b57b5e3b696f261f44697a41279e;hb=9ae65232975e359f903cbd9f2cb0f1fc4ec58891;hp=166d5e6a8bd84bdce5a54caa6a9c2afa2c2aa343;hpb=1c4d9b8df45c2346f49a62182dbe56309f869ae8;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 166d5e6..77f7634 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,20 +2,20 @@ # $Id$ # $Name$ -SUBDIRS = images . +SUBDIRS = images . doxygen DOC_FILES = index.html usage.html parser.html interface.html links.html \ - encoding.html 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@ +DISTCLEANFILES = $(GENERATED_DOC_FILES) -include $(top_srcdir)/Makefile.inc +doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES) -doc_DATA = $(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 $< $@