X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=07f12e6f64edb81b3d76e53a81c78a5b67fcd5ca;hb=c36351d51f39106b5cf6c81b51c25e3171a9b92a;hp=a6efd8e79d0a15a0bce67844ff9832d90f74af8a;hpb=0a479be82be90639f4e37c4ead12baca543e88bf;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index a6efd8e..07f12e6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,12 +3,10 @@ SUBDIRS = common -XMLFILES=bookinfo.xml introduction.xml installation.xml \ - indexdata.xml \ - asn.xml tools.xml odr.xml comstack.xml server.xml license.xml \ - future.xml zoom.xml credits.xml gfs-options.xml \ - yaz.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \ - std-oid-table.xml bib1-diag-table.xml srw-diag-table.xml manref.xml local.ent +XMLFILES = book.xml \ + gfs-options.xml gfs-virtual.xml gfs-synopsis.xml \ + std-oid-table.xml bib1-diag-table.xml srw-diag-table.xml \ + manref.xml local.ent HTMLFILES = index.html @@ -82,25 +80,25 @@ yaz-url.1: yaz-url-man.xml yaz-json-parse.1: yaz-json-parse-man.xml $(MAN_COMPILE) $(srcdir)/yaz-json-parse-man.xml -$(HTMLFILES): $(XMLFILES) +$(HTMLFILES): $(XMLFILES) book.xml rm -f *.html - $(HTML_COMPILE) $(srcdir)/yaz.xml + $(HTML_COMPILE) $(srcdir)/book.xml $(MANFILES): local.ent -yaz.pdf: $(XMLFILES) - $(PDF_COMPILE) $(srcdir)/yaz.xml +yaz.pdf: $(XMLFILES) book.xml + $(PDF_COMPILE) $(srcdir)/book.xml && mv book.pdf yaz.pdf yazj.pdf: - jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(srcdir)/yaz.xml + jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(srcdir)/book.xml rm -f yazj.pdf - cp yaz.tex yazj.tex + cp book.tex yazj.tex pdfjadetex yazj.tex pdfjadetex yazj.tex >/dev/null pdfjadetex yazj.tex >/dev/null -manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl +manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl local.ent rm -f manref.xml for i in $(REFFILES); do \ xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \