Some Makefile enhancements for documentation.
[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 VERSIONED_FILES = index.html
8 EXTRA_DIST = $(DOC_FILES)
9 docdir = $(datadir)/doc/@PACKAGE@-@VERSION@
10
11 include $(top_srcdir)/Makefile.inc
12
13 doc_DATA = $(DOC_FILES)
14
15 dist-hook:
16         $(replace-VERSION)