From f5170f1a93b340a0706f1cb027fd629f3bfaf8a4 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Wed, 11 Sep 2002 19:11:11 +0000 Subject: [PATCH] Generate documentation for gedcom object model. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5bf8e72..8303e39 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = images . DOC_FILES = index.html usage.html parser.html interface.html links.html \ - encoding.html + encoding.html gomxref.html VERSIONED_FILES = index.html EXTRA_DIST = $(DOC_FILES) docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ @@ -15,3 +15,6 @@ doc_DATA = $(DOC_FILES) dist-hook: $(replace-VERSION) + +gomxref.html: $(srcdir)/../include/gom.h + ./make_xref -- 2.30.2