Produce PDf idzebra.pdf (was zebra.pdf)
[idzebra-moved-to-github.git] / doc / Makefile.am
index 1059b69..8d315ae 100644 (file)
-## $Id: Makefile.am,v 1.55 2006-08-14 12:18:48 adam Exp $
+SUBDIRS = common
+
 docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)
 
-SUBDIRS = common
+XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml
 
 XMLFILES =  \
    administration.xml \
    architecture.xml \
-   examples.xml \
-   idzebra-config-man.xml \
+   field-structure.xml \
+   gpl-2.0.xml \
    indexdata.xml \
    installation.xml \
    introduction.xml \
    license.xml \
    marc_indexing.xml \
    querymodel.xml \
-   quickstart.xml \
+   recordmodel-domxml.xml \
    recordmodel-alvisxslt.xml \
    recordmodel-grs.xml \
-   server.xml \
-   zebra.xml \
-   zebraidx-commands.xml \
-   zebraidx-man.xml \
-   zebraidx-options.xml \
-   zebraidx.xml \
-   zebrasrv-man.xml \
+   manref.xml \
+   tutorial.xml \
+   idzebra.xml \
    zebrasrv-options.xml \
    zebrasrv-synopsis.xml \
-   zebrasrv-virtual.xml
-
-HTMLFILES =  \
-   administration-extended-services.html \
-   administration-ranking.html \
-   administration.html \
-   architecture-maincomponents.html \
-   architecture-workflow.html \
-   architecture.html \
-   configuration-file.html \
-   example1.html \
-   example2.html \
-   examples.html \
-   features.html \
-   file-ids.html \
-   future.html \
-   generic-ids.html \
-   gfs-config.html \
-   grs-exchange-formats.html \
-   grs-internal-representation.html \
-   index.html \
-   indexdata.html \
-   installation-upgrade.html \
-   installation.debian.html \
-   installation.html \
-   installation.win32.html \
-   introduction-apps.html \
-   introduction-support.html \
-   introduction.html \
-   license.html \
-   locating-records.html \
-   protocol-support.html \
-   querymodel-cql-to-pqf.html \
-   querymodel-pqf.html \
-   querymodel-zebra.html \
-   querymodel.html \
-   quick-start.html \
-   record-model-alvisxslt-conf.html \
-   record-model-alvisxslt.html \
-   record-model-grs-conf.html \
-   record-model-grs.html \
-   register-location.html \
-   server-sru-support.html \
-   server-sru.html \
-   server.html \
-   shadow-registers.html \
-   simple-indexing.html \
-   zebraidx.html \
-   htmlhelp.hhp \
-   toc.hhc 
-
-
-PNGFILES=zebra.png
-EPSFILES=zebra.eps
+   zebrasrv-virtual.xml 
+
+#examples.xml 
+#quickstart.xml
+
+
+HTMLFILES = index.html
+
+PNGFILES = zebra.png domfilter.png
 
 MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \
        zebrasrv$(PACKAGE_SUFFIX).8 \
        idzebra-config$(PACKAGE_SUFFIX).1
 
-REFFILES=zebraidx-man.xml zebrasrv-man.xml idzebra-config-man.xml
-
 doc_DATA = $(HTMLFILES) $(PNGFILES)
 man_MANS = $(MANFILES)
 
-EXTRA_DIST = $(XMLFILES) $(REFFILES) \
-       $(doc_DATA) $(EPSFILES) $(man_MANS) $(REFFILES) \
-       marc_indexing.xml entities.ent local.ent.in
+EXTRA_DIST = $(XMLFILES) $(XMLMAN) \
+       $(doc_DATA) zebra.eps $(man_MANS) \
+       marc_indexing.xml entities.ent local.ent.in domfilter.svg
 
-zebraidx$(PACKAGE_SUFFIX).1: zebraidx-man.xml zebraidx-options.xml zebraidx-commands.xml
-       $(MAN_COMPILE) $(srcdir)/zebraidx-man.xml
+zebraidx$(PACKAGE_SUFFIX).1: zebraidx.xml
+       $(MAN_COMPILE) $(srcdir)/zebraidx.xml
        mv zebraidx.1 zebraidx$(PACKAGE_SUFFIX).1
 
-zebrasrv$(PACKAGE_SUFFIX).8: zebrasrv-man.xml  zebrasrv-options.xml \
+zebrasrv$(PACKAGE_SUFFIX).8: zebrasrv.xml  zebrasrv-options.xml \
             zebrasrv-synopsis.xml zebrasrv-virtual.xml
-       $(MAN_COMPILE) $(srcdir)/zebrasrv-man.xml
+       $(MAN_COMPILE) $(srcdir)/zebrasrv.xml
        mv zebrasrv.8 zebrasrv$(PACKAGE_SUFFIX).8
 
-idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config-man.xml
-       $(MAN_COMPILE) $(srcdir)/idzebra-config-man.xml
+idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config.xml
+       $(MAN_COMPILE) $(srcdir)/idzebra-config.xml
        mv idzebra-config.1 idzebra-config$(PACKAGE_SUFFIX).1
 
-$(HTMLFILES): $(XMLFILES)
-       $(HTML_COMPILE) $(srcdir)/zebra.xml
+$(HTMLFILES): $(XMLFILES) $(PNGFILES)
+       rm -f *.html
+       $(HTML_COMPILE) $(srcdir)/idzebra.xml
 
-index.tkl: $(XMLFILES) common/tkl.xsl
-       $(TKL_COMPILE) $(srcdir)/zebra.xml
-
-zebra.pdf: $(XMLFILES)
+idzebra.pdf: $(XMLFILES) domfilter.pdf
        for i in $(PNGFILES); do \
                if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \
        done
-       jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl zebra.xml
-       pdfjadetex zebra.tex >/dev/null
-       pdfjadetex zebra.tex >/dev/null
-       pdfjadetex zebra.tex >/dev/null
+       $(PDF_COMPILE) $(srcdir)/idzebra.xml
+
+manref.xml: $(XMLMAN) $(srcdir)/common/ref2dbinc.xsl
+       rm -f manref.xml
+       for i in $(XMLMAN); do \
+               xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \
+       done
 
 gils.txt: gils.sgml
        sgml2txt -f gils.sgml
@@ -135,20 +86,32 @@ clean-data-hook:
        rm -f [0-9]* *.bak
 
 dist-hook:
-       if test -f index.html; then 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 "$$f not found in HTMLFILES"; \
-                       exit 1; \
-               fi \
-       done; fi
+       if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
+       for p in $$d/*.html; do \
+               cp $$p $(distdir); \
+       done
 
 install-data-hook:
        cd $(DESTDIR)$(man1dir) && ln -sf zebraidx$(PACKAGE_SUFFIX).1 zebraidx.1
        cd $(DESTDIR)$(man8dir) && ln -sf zebrasrv$(PACKAGE_SUFFIX).8 zebrasrv.8
+       cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1
+       if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
+       for p in $$d/*.html; do \
+               $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \
+       done
+
+uninstall-hook:
+       rm -r $(DESTDIR)$(docdir)
+
+domfilter.png: domfilter.svg
+       unset DISPLAY; inkscape --export-png=$@ --export-width=600 $?
+
+domfilter.eps: domfilter.svg
+       unset DISPLAY; inkscape --export-eps=$@ $?
+
+doc-clean:
+       rm -f manref.xml *.html *.pdf *.[0-9] domfilter.png domfilter.eps
+
+.eps.pdf:
+       epstopdf -hires $?
+