Only try to delete address if present.
[gedcom-parse.git] / doc / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4
5 SUBDIRS = images .
6 DOC_FILES = index.html usage.html parser.html interface.html links.html \
7             encoding.html gom.html
8 GENERATED_DOC_FILES = gomxref.html utf8tools.html
9 DOC_GEN = make_gom_xref
10 EXTRA_DIST = $(DOC_FILES) $(DOC_GEN) index.html.in $(GENERATED_DOC_FILES)
11 docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
12 DISTCLEANFILES = $(GENERATED_DOC_FILES)
13
14 doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES)
15
16 gomxref.html:   $(srcdir)/../include/gom.h make_gom_xref
17         srcdir=$(srcdir); export srcdir; \
18         perl $(srcdir)/make_gom_xref
19
20 utf8tools.html: $(srcdir)/../utf8/doc/utf8tools.html
21         cp $< $@