Little fix, closing an else
[gedcom-parse.git] / doc / Makefile.am
index 7ce3c3f9e7d503c78891e969d7b1aefe3ecf7676..0458a2f24e47386631f895ecca940584c569417f 100644 (file)
@@ -3,14 +3,19 @@
 # $Name$
 
 SUBDIRS = images .
-DOC_FILES = index.html usage.html parser.html interface.html links.html
-VERSIONED_FILES = index.html
-EXTRA_DIST = $(DOC_FILES)
+DOC_FILES = index.html usage.html parser.html interface.html links.html \
+           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)
+gomxref.html:  $(srcdir)/../include/gom.h make_gom_xref
+       srcdir=$(srcdir); export srcdir; \
+        perl $(srcdir)/make_gom_xref
 
-dist-hook:
-       $(replace-VERSION)
+utf8tools.html:        $(srcdir)/../utf8/doc/utf8tools.html
+       cp $< $@