X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3e5bef993df125a50774b24ff479b19040349894;hb=19cf1d0612ee516241c2e4846756e47a16852b8e;hp=6b54e5b650af51dfafb3dab04db32b7293d2d55c;hpb=e67f3cbcc8ebc79e343459fa5aba9ed3e3cbe990;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6b54e5b..3e5bef9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,14 @@ -## $Id: Makefile.am,v 1.84 2007-11-12 11:13:05 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2008 Index Data 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 @@ -73,7 +74,7 @@ index.tkl: $(XMLFILES) $(TKL_COMPILE) $(srcdir)/yaz.xml yaz.pdf: $(XMLFILES) - dblatex $(srcdir)/yaz.xml + $(PDF_COMPILE) $(srcdir)/yaz.xml yazj.pdf: @@ -84,6 +85,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