X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3950d9490e7721b0df4d6e627cb545b2ad2110b7;hb=8438438421cafaf9a61dc21e7d551b50cf7619c7;hp=1cb7049e145b8da2d08e87a8baab5e13c37baa7c;hpb=c6b44a954475cd6e5cbfe560e63158fc48d4899f;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 1cb7049..3950d94 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -## $Id: Makefile.am,v 1.7 2002-04-09 14:36:53 adam Exp $ -docdir=$(pkgdatadir)/doc +## $Id: Makefile.am,v 1.11 2002-08-30 01:17:10 mike Exp $ +docdir=$(datadir)/doc/@PACKAGE@ doc_DATA = zebra.html zebra.pdf @@ -13,6 +13,7 @@ XMLFILES = \ introduction.xml \ installation.xml \ quickstart.xml \ + examples.xml \ administration.xml \ zebraidx.xml \ server.xml \ @@ -48,9 +49,9 @@ gils.ps: gils.sgml gils.html: gils.sgml sgml2html gils.sgml -dist-hook: - cp $(srcdir)/*.html $(distdir) +dist-hook: zebra.html + cp -f $(srcdir)/*.html $(distdir) clean-data-hook: rm -f [0-9]* *.bak - +