X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=431c460f9aef56fc982ed23b415a7f32ce43b529;hb=38a93aa4ec4d643e63d797e1bdbf639b1082a4cd;hp=5bf8e7252a3f49409e7fe3b24bd4229e606be932;hpb=37246a4b0ab22fb948d6fb5b9b91917441db26cf;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 5bf8e72..431c460 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,14 +4,20 @@ SUBDIRS = images . DOC_FILES = index.html usage.html parser.html interface.html links.html \ - encoding.html -VERSIONED_FILES = index.html -EXTRA_DIST = $(DOC_FILES) + encoding.html +GENERATED_DOC_FILES = gomxref.html +DOC_GEN = make_gom_xref +EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ +VERSIONED_FILES = index.html include $(top_srcdir)/Makefile.inc -doc_DATA = $(DOC_FILES) +doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES) dist-hook: $(replace-VERSION) + +gomxref.html: $(srcdir)/../include/gom.h + srcdir=$(srcdir); export srcdir; \ + $(srcdir)/make_gom_xref