X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=5bf8e7252a3f49409e7fe3b24bd4229e606be932;hb=dde5ff95f7459886b623527394df4fd352b2552d;hp=4da9c1879df4527ba75d7dbbd31e440c7bfd6d2b;hpb=15b7fc321087729ec9665b654f308a17b45dea8e;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 4da9c18..5bf8e72 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,9 +2,16 @@ # $Id$ # $Name$ -EXTRA_DIST=parser.html +SUBDIRS = images . +DOC_FILES = index.html usage.html parser.html interface.html links.html \ + encoding.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)