X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=7ce3c3f9e7d503c78891e969d7b1aefe3ecf7676;hb=33ba39ee5fcff8327cb2a14b8826eb22a40c3be2;hp=4da9c1879df4527ba75d7dbbd31e440c7bfd6d2b;hpb=15b7fc321087729ec9665b654f308a17b45dea8e;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4da9c18..7ce3c3f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,9 +2,15 @@ # $Id$ # $Name$ -EXTRA_DIST=parser.html +SUBDIRS = images . +DOC_FILES = index.html usage.html parser.html interface.html links.html +VERSIONED_FILES = index.html +EXTRA_DIST = $(DOC_FILES) +docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ + +include $(top_srcdir)/Makefile.inc + +doc_DATA = $(DOC_FILES) dist-hook: - mkdir $(distdir)/images - cp -p $(srcdir)/images/schema.obj $(srcdir)/images/schema.png \ - $(distdir)/images + $(replace-VERSION)