X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=8d6f027fb9aea6a5b0a5f13703e05f342400e4d6;hb=78f51742e3b066955a13167346413627be644643;hp=72993cdb382af3ed76856235b9f153a052f32cc8;hpb=39c4f4a6ae9f8e7eef4e2b93fad959be5ca3ee09;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 72993cd..8d6f027 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.26 2004-12-15 09:10:47 adam Exp $ +## $Id: Makefile.am,v 1.28 2005-08-08 11:08:52 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -20,7 +20,10 @@ XMLFILES = \ license.xml \ indexdata.xml \ zebraidx-options.xml \ - zebraidx-commands.xml + zebraidx-commands.xml \ + zebrasrv-options.xml \ + zebrasrv-synopsis.xml \ + zebrasrv-virtual.xml HTMLFILES = \ administration.html apps.html configuration-file.html data-model.html \ @@ -50,7 +53,9 @@ zebraidx.1: zebraidx-man.sgml zebraidx-options.xml zebraidx-commands.xml if test ! -f zebraidx-commands.xml ; then ln -s $(srcdir)/zebraidx-commands.xml .; fi docbook2man $(srcdir)/zebraidx-man.sgml -zebrasrv.8: zebrasrv-man.sgml +# zebrasrv-commands.xml +zebrasrv.8: zebrasrv-man.sgml zebrasrv-options.xml \ + zebrasrv-synopsis.xml zebrasrv-virtual.xml docbook2man $(srcdir)/zebrasrv-man.sgml idzebra-config.1: idzebra-config-man.sgml @@ -100,5 +105,3 @@ dist-hook: exit 1; \ fi \ done - -