1 ## This file is part of the YAZ toolkit.
2 ## Copyright (C) 1995-2009 Index Data
6 XMLFILES=bookinfo.xml introduction.xml installation.xml \
8 asn.xml tools.xml odr.xml comstack.xml server.xml license.xml \
9 future.xml zoom.xml credits.xml gfs-options.xml \
10 yaz.xml yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \
11 std-oid-table.xml manref.xml
13 HTMLFILES = index.html
15 MANFILES=yaz-client.1 yaz-ztest.8 \
16 yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \
17 yaz-marcdump.1 yaz-iconv.1 yaz-log.7 \
18 yaz-illclient.1 yaz-icu.1 bib1-attr.7
19 REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \
20 yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \
21 yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml \
22 yaz-illclient-man.xml yaz-icu-man.xml bib1-attr-man.xml
24 SUPPORTFILES=entities.ent apilayer.obj local.ent.in
26 doc_DATA = $(HTMLFILES) apilayer.png
27 man_MANS = $(MANFILES)
29 EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \
32 std-oid-table.xml: $(srcdir)/../src/oid.csv
33 $(TCLSH) $(srcdir)/../src/oidtoc.tcl $(srcdir) $(srcdir)/../src/oid.csv std-oid-table.xml
35 yaz-client.1: $(srcdir)/yaz-client-man.xml $(srcdir)/yaz-client-commands.xml
36 $(MAN_COMPILE) $(srcdir)/yaz-client-man.xml
38 yaz-ztest.8: yaz-ztest-man.xml gfs-options.xml gfs-synopsis.xml gfs-virtual.xml
39 $(MAN_COMPILE) $(srcdir)/yaz-ztest-man.xml
41 yaz-config.8: yaz-config-man.xml
42 $(MAN_COMPILE) $(srcdir)/yaz-config-man.xml
45 $(MAN_COMPILE) $(srcdir)/yaz-man.xml
47 bib1-attr.7: bib1-attr-man.xml
48 $(MAN_COMPILE) $(srcdir)/bib1-attr-man.xml
50 zoomsh.1: zoomsh-man.xml
51 $(MAN_COMPILE) $(srcdir)/zoomsh-man.xml
53 yaz-asncomp.1: yaz-asncomp-man.xml
54 $(MAN_COMPILE) $(srcdir)/yaz-asncomp-man.xml
56 yaz-marcdump.1: yaz-marcdump-man.xml
57 $(MAN_COMPILE) $(srcdir)/yaz-marcdump-man.xml
59 yaz-iconv.1: yaz-iconv-man.xml
60 $(MAN_COMPILE) $(srcdir)/yaz-iconv-man.xml
62 yaz-illclient.1: yaz-illclient-man.xml
63 $(MAN_COMPILE) $(srcdir)/yaz-illclient-man.xml
65 yaz-log.7: yaz-log-man.xml
66 $(MAN_COMPILE) $(srcdir)/yaz-log-man.xml
68 yaz-icu.1: yaz-icu-man.xml
69 $(MAN_COMPILE) $(srcdir)/yaz-icu-man.xml
71 $(HTMLFILES): $(XMLFILES)
73 $(HTML_COMPILE) $(srcdir)/yaz.xml
76 $(PDF_COMPILE) $(srcdir)/yaz.xml
80 jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(srcdir)/yaz.xml
84 pdfjadetex yazj.tex >/dev/null
85 pdfjadetex yazj.tex >/dev/null
87 manref.xml: $(REFFILES) $(srcdir)/common/stripref.xsl
89 for i in $(REFFILES); do \
90 xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >>manref.xml; \
94 tgif -print -xbm apilayer.obj
95 xbmtopbm <apilayer.xbm|pnmtopng >apilayer.png
98 if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
99 for p in $$d/*.html; do \
104 rm -f *.html *.[0-9] *.pdf
107 if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
108 for p in $$d/*.html; do \
109 $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \
113 rm -r $(DESTDIR)$(docdir)