X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=d77b93f9c697b2a90b7fa1426cf816a0ce106eef;hp=6b54e5b650af51dfafb3dab04db32b7293d2d55c;hb=e218239a81500b87639ea22c39089648a8eee00a;hpb=e67f3cbcc8ebc79e343459fa5aba9ed3e3cbe990 diff --git a/doc/Makefile.am b/doc/Makefile.am index 6b54e5b..d77b93f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,13 @@ -## $Id: Makefile.am,v 1.84 2007-11-12 11:13:05 adam Exp $ +## $Id: Makefile.am,v 1.86 2008-01-14 20:34:14 adam Exp $ SUBDIRS = common XMLFILES=bookinfo.xml introduction.xml installation.xml \ indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml \ - future.xml client.xml ziffy.xml zoom.xml credits.xml gfs-options.xml \ + future.xml zoom.xml credits.xml gfs-options.xml \ yaz.xml yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \ - std-oid-table.xml + std-oid-table.xml manref.xml HTMLFILES = index.html @@ -84,6 +84,12 @@ yazj.pdf: pdfjadetex yazj.tex >/dev/null pdfjadetex yazj.tex >/dev/null +manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl + rm -f manref.xml + for i in $(REFFILES); do \ + xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \ + done + apilayer.png: tgif -print -xbm apilayer.obj xbmtopbm apilayer.png