Corrections for installation.
[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 
8 GENERATED_DOC_FILES = gomxref.html
9 DOC_GEN = make_gom_xref
10 EXTRA_DIST = $(DOC_FILES) $(DOC_GEN)
11 docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
12
13 VERSIONED_FILES = index.html
14 include $(top_srcdir)/Makefile.inc
15
16 doc_DATA = $(DOC_FILES) $(GENERATED_DOC_FILES)
17
18 dist-hook:
19         $(replace-VERSION)
20
21 gomxref.html:   $(srcdir)/../include/gom.h
22         srcdir=$(srcdir); export srcdir; \
23         $(srcdir)/make_gom_xref