X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3950d9490e7721b0df4d6e627cb545b2ad2110b7;hb=513fb84da37d0b19529a97e1c4fa046ea8e7d0c1;hp=78e306376ea2661cbcb736a84f160b6f57d4b4f4;hpb=79dbb0556936ee101483f693d38bd5e97c49689e;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 78e3063..3950d94 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -## $Id: Makefile.am,v 1.6 2002-04-09 13:26:26 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-hook: +clean-data-hook: rm -f [0-9]* *.bak - +