Moved gedcom_set_error_handling to interface.c to make conversion of docs
[gedcom-parse.git] / doc / Makefile.am
index 23d091f85ce23cb7c06eb6595bb4ece4bf2bd6a7..77f7634d5ce3b57b5e3b696f261f44697a41279e 100644 (file)
@@ -2,17 +2,20 @@
 # $Id$
 # $Name$
 
-SUBDIRS = images .
+SUBDIRS = images . doxygen
 DOC_FILES = index.html usage.html parser.html interface.html links.html \
-           encoding.html 
-GENERATED_DOC_FILES = gomxref.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
+EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in $(GENERATED_DOC_FILES)
 docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
 DISTCLEANFILES = $(GENERATED_DOC_FILES)
 
 doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES)
 
-gomxref.html:  $(srcdir)/../include/gom.h
+gomxref.html:  $(srcdir)/../include/gom.h make_gom_xref
        srcdir=$(srcdir); export srcdir; \
         perl $(srcdir)/make_gom_xref
+
+utf8tools.html:        $(srcdir)/../utf8/doc/utf8tools.html
+       cp $< $@