Produce PDf idzebra.pdf (was zebra.pdf)
[idzebra-moved-to-github.git] / doc / Makefile.am
index 56a4c3b..8d315ae 100644 (file)
-## $Id: Makefile.am,v 1.31 2006-01-22 00:24:10 adam Exp $
-docdir=$(datadir)/doc/@PACKAGE@
-
-SUPPORTFILES = \
- zebrahtml.dsl \
- zebraphp.dsl \
- zebraprint.dsl \
- tkl.xsl \
- xml.dcl
-
-XMLFILES = \
-   zebra.xml.in \
+SUBDIRS = common
+
+docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)
+
+XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml
+
+XMLFILES =  \
    administration.xml \
    architecture.xml \
-   examples.xml \
+   field-structure.xml \
+   gpl-2.0.xml \
    indexdata.xml \
    installation.xml \
    introduction.xml \
    license.xml \
    marc_indexing.xml \
-   quickstart.xml \
-   recordmodel.xml \
-   server.xml \
-   zebra.xml \
-   zebraidx-commands.xml \
-   zebraidx-options.xml \
-   zebraidx.xml \
+   querymodel.xml \
+   recordmodel-domxml.xml \
+   recordmodel-alvisxslt.xml \
+   recordmodel-grs.xml \
+   manref.xml \
+   tutorial.xml \
+   idzebra.xml \
    zebrasrv-options.xml \
    zebrasrv-synopsis.xml \
-   zebrasrv-virtual.xml
-
-HTMLFILES =  \
-   administration.html \
-   apps.html \
-   architecture.html \
-   configuration-file.html \
-   data-model.html \
-   example1.html \
-   example2.html \
-   examples.html \
-   features.html \
-   file-ids.html \
-   formats.html \
-   future.html \
-   generic-ids.html \
-   grs-exchange-formats.html \
-   grs-internal-representation.html \
-   grs-record-model.html \
-   indexdata.html \
-   installation.debian.html \
-   installation.html \
-   installation.win32.html \
-   internal-representation.html \
-   introduction.html \
-   license.html \
-   locating-records.html \
-   maincomponents.html \
-   protocol-support.html \
-   quick-start.html \
-   record-model.html \
-   register-location.html \
-   server.html \
-   shadow-registers.html \
-   simple-indexing.html \
-   support.html \
-   workflow.html \
-   zebra.html \
-   zebraidx.html
-
-
-
-PNGFILES=zebra.png
-EPSFILES=zebra.eps
-
-MANFILES=zebraidx.1 zebrasrv.8 idzebra-config.1
-
-REFFILES=zebraidx-man.sgml zebrasrv-man.sgml idzebra-config-man.sgml
-
-doc_DATA = $(HTMLFILES) zebra.pdf $(PNGFILES)
+   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
+
+doc_DATA = $(HTMLFILES) $(PNGFILES)
 man_MANS = $(MANFILES)
 
-EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(REFFILES) \
-       $(doc_DATA) $(EPSFILES) $(man_MANS) $(REFFILES) \
-       zvrank.txt marc_indexing.xml
+EXTRA_DIST = $(XMLFILES) $(XMLMAN) \
+       $(doc_DATA) zebra.eps $(man_MANS) \
+       marc_indexing.xml entities.ent local.ent.in domfilter.svg
 
-zebraidx.1: zebraidx-man.sgml zebraidx-options.xml zebraidx-commands.xml
-       if test ! -f zebraidx-options.xml ; then ln -s $(srcdir)/zebraidx-options.xml .; fi
-       if test ! -f zebraidx-commands.xml ; then ln -s $(srcdir)/zebraidx-commands.xml .; fi
-       docbook2man $(srcdir)/zebraidx-man.sgml
+zebraidx$(PACKAGE_SUFFIX).1: zebraidx.xml
+       $(MAN_COMPILE) $(srcdir)/zebraidx.xml
+       mv zebraidx.1 zebraidx$(PACKAGE_SUFFIX).1
 
-# zebrasrv-commands.xml
-zebrasrv.8: zebrasrv-man.sgml  zebrasrv-options.xml \
+zebrasrv$(PACKAGE_SUFFIX).8: zebrasrv.xml  zebrasrv-options.xml \
             zebrasrv-synopsis.xml zebrasrv-virtual.xml
-       docbook2man $(srcdir)/zebrasrv-man.sgml
-
-idzebra-config.1: idzebra-config-man.sgml
-       docbook2man $(srcdir)/idzebra-config-man.sgml
+       $(MAN_COMPILE) $(srcdir)/zebrasrv.xml
+       mv zebrasrv.8 zebrasrv$(PACKAGE_SUFFIX).8
 
-$(HTMLFILES): $(XMLFILES)
-       jade -E14 -D $(srcdir) -d zebrahtml.dsl -t sgml $(srcdir)/xml.dcl zebra.xml
+idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config.xml
+       $(MAN_COMPILE) $(srcdir)/idzebra-config.xml
+       mv idzebra-config.1 idzebra-config$(PACKAGE_SUFFIX).1
 
-zebra.php: $(XMLFILES)
-       jade -E14 -D $(srcdir) -d zebraphp.dsl -t sgml $(srcdir)/xml.dcl zebra.xml
+$(HTMLFILES): $(XMLFILES) $(PNGFILES)
+       rm -f *.html
+       $(HTML_COMPILE) $(srcdir)/idzebra.xml
 
-zebra.pdf: $(XMLFILES)
+idzebra.pdf: $(XMLFILES) domfilter.pdf
        for i in $(PNGFILES); do \
-               if test ! -f $$i; then ln -s $(srcdir)/$$i .; fi; \
+               if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \
        done
-       jade -E14 -D $(srcdir) -d zebraprint.dsl -t tex $(srcdir)/xml.dcl zebra.xml
-       pdfjadetex zebra.tex >/dev/null
-       pdfjadetex zebra.tex >/dev/null
-       pdfjadetex zebra.tex >/dev/null
+       $(PDF_COMPILE) $(srcdir)/idzebra.xml
 
-index.tkl: $(XMLFILES) tkl.xsl
-       xsltproc tkl.xsl zebra.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
@@ -127,16 +86,32 @@ clean-data-hook:
        rm -f [0-9]* *.bak
 
 dist-hook:
-       for f in $(srcdir)/*.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 \
+       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 $?
+