X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=5bc421a38b8e34ff8231779c660c6e317f13af06;hb=eede2a3b7257fc9a510471c2e9c52176c1444362;hp=993a411838065a2632e5dd01125d0fe99eb1fa19;hpb=d775854eb4b203433c54239cc447f20511850ef9;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 993a411..5bc421a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.70 2006-05-28 19:56:24 adam Exp $ +## $Id: Makefile.am,v 1.79 2007-05-07 13:18:32 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -7,26 +7,11 @@ 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 zoom.xml credits.xml gfs-options.xml \ - yaz.xml yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml - -HTMLFILES = \ - asn.external.html asn.html asn.oid.html asn.pdu.html asn.preparing.html \ - client.commands.html client.html client.invoking.html client.searching.html \ - comstack.addresses.html comstack.client.html comstack.common.html \ - comstack.diagnostics.html comstack.html comstack.introduction.html \ - comstack.server.html comstack.ssl.html comstack.summary.html \ - credits.html future.html \ - indexdata.html installation.html installation.unix.html \ - installation.win32.html introduction.api.html introduction.html \ - license.html license.other.html odr.debugging.html odr.html \ - odr.programming.html odr.use.html server.backendfunctions.html \ - server.backend.html server.frontend.html server.html server.invocation.html \ - server.main.html server.vhosts.html \ - soap.html soap.http.html soap.xml.html soap.srw.html \ - tools.html tools.marc.html tools.nmem.html tools.log.html tools.oid.html \ - index.html zoom.events.html zoom.ext.html zoom.html zoom.options.html \ - zoom.query.html zoom.records.html zoom.resultsets.html zoom.scan.html + future.xml client.xml ziffy.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 + +HTMLFILES = index.html MANFILES=yaz-client.1 yaz-ztest.8 \ yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \ @@ -43,6 +28,9 @@ man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \ $(doc_DATA) +std-oid-table.xml: $(srcdir)/../src/oid.csv + $(TCLSH) $(srcdir)/../src/oidtoc.tcl $(srcdir) $(srcdir)/../src/oid.csv std-oid-table.xml + yaz-client.1: $(srcdir)/yaz-client-man.xml $(srcdir)/yaz-client-commands.xml $(MAN_COMPILE) $(srcdir)/yaz-client-man.xml @@ -71,36 +59,43 @@ yaz-log.7: yaz-log-man.xml $(MAN_COMPILE) $(srcdir)/yaz-log-man.xml $(HTMLFILES): $(XMLFILES) + rm -f *.html $(HTML_COMPILE) $(srcdir)/yaz.xml index.tkl: $(XMLFILES) + rm -f *.tkl $(TKL_COMPILE) $(srcdir)/yaz.xml yaz.pdf: $(XMLFILES) - if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi - if test ! -f apilayer.png ; then cp $(srcdir)/apilayer.png .; fi + dblatex $(srcdir)/yaz.xml + + +yazj.pdf: jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(srcdir)/yaz.xml - pdfjadetex yaz.tex - pdfjadetex yaz.tex >/dev/null - pdfjadetex yaz.tex >/dev/null + rm -f yazj.pdf + cp yaz.tex yazj.tex + pdfjadetex yazj.tex + pdfjadetex yazj.tex >/dev/null + pdfjadetex yazj.tex >/dev/null apilayer.png: tgif -print -xbm apilayer.obj xbmtopbm apilayer.png dist-hook: - for f in *.html; do \ - found=0; \ - b=`basename $$f`; \ - for h in $(HTMLFILES); do \ - if test "$$h" = "$$b"; then \ - found=1; \ - fi \ - done; \ - if test "$$found" = "0"; then \ - echo "$$b not found in HTMLFILES"; \ - exit 1; \ - fi \ + if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ + for p in $$d/*.html; do \ + cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.pdf *.tkl + +install-data-hook: + if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ + for p in $$d/*.html; do \ + $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ + done +uninstall-hook: + rm -r $(DESTDIR)/$(docdir)