X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=8d315ae566cd5d80c247ef79800171ee0100f5bb;hp=295e0c1cab613b2dfb5ad336abc7afe4bbf37b55;hb=8785cf4f0724a75a71b76c418a5f83a1192c0955;hpb=2ae72487ef112b855407623eb4e37d73d1d0b99d diff --git a/doc/Makefile.am b/doc/Makefile.am index 295e0c1..8d315ae 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,121 +1,77 @@ -## $Id: Makefile.am,v 1.51 2006-06-27 12:07:05 marc Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - SUBDIRS = common +docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) + +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 \ - apps.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.debian.html \ - installation.html \ - installation.win32.html \ - installation-upgrade.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 \ - support.html \ - zebraidx.html \ - htmlhelp.hhp \ - toc.hhc - - -PNGFILES=zebra.png -EPSFILES=zebra.eps - -MANFILES=zebraidx.1 zebrasrv.8 idzebra-config.1 - -REFFILES=zebraidx-man.xml zebrasrv-man.xml idzebra-config-man.xml + 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) $(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.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.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.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 @@ -130,16 +86,32 @@ clean-data-hook: rm -f [0-9]* *.bak 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 "$$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 $? +