X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=21ea6d744107035d2952aaaca9cb8ebbfcbb3c34;hb=635995241e865409ad462e33b0208d3a8ebfb14d;hp=6b54e5b650af51dfafb3dab04db32b7293d2d55c;hpb=e67f3cbcc8ebc79e343459fa5aba9ed3e3cbe990;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6b54e5b..21ea6d7 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 @@ -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