X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=bf131c99f70b4bd3c7bd8ff4745c38ee5e33124d;hp=285f271aa38c279df7af6cf92d078dc0f3874884;hb=31b0ba1ecb737f9db4cf3340e93964c6679897fd;hpb=2c0ee3249ef46031064a0e8e7d63bd400317f5e9 diff --git a/doc/Makefile.am b/doc/Makefile.am index 285f271..bf131c9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,125 +1,82 @@ -## $Id: Makefile.am,v 1.39 2006-02-16 16:50:18 marc Exp $ -docdir=$(datadir)/doc/@PACKAGE@ +SUBDIRS = common -SUPPORTFILES = \ - zebrahtml.dsl \ - zebraphp.dsl \ - zebraprint.dsl \ - tkl.xsl \ - xml.dcl +docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) -XMLFILES = zebra.xml.in \ +XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml idzebra-abs2dom.xml + +XMLFILES = \ administration.xml \ architecture.xml \ - examples.xml \ + field-structure.xml \ + gpl-2.0.xml \ + idzebra-abs2dom.xml \ indexdata.xml \ installation.xml \ introduction.xml \ license.xml \ marc_indexing.xml \ - quickstart.xml \ + querymodel.xml \ + recordmodel-domxml.xml \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ - server.xml \ - zebra.xml \ - zebraidx-commands.xml \ - zebraidx-options.xml \ - zebraidx.xml \ + manref.xml \ + tutorial.xml \ + idzebra.xml \ zebrasrv-options.xml \ zebrasrv-synopsis.xml \ - zebrasrv-virtual.xml - - -HTMLFILES = \ - administration-cql-to-pqf.html \ - 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 \ - indexdata.html \ - installation.debian.html \ - installation.html \ - installation.win32.html \ - introduction.html \ - license.html \ - locating-records.html \ - protocol-support.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 \ - 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 \ + idzebra-abs2dom.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 + $(MAN_COMPILE) $(srcdir)/zebrasrv.xml + mv zebrasrv.8 zebrasrv$(PACKAGE_SUFFIX).8 -idzebra-config.1: idzebra-config-man.sgml - docbook2man $(srcdir)/idzebra-config-man.sgml +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) - jade -E14 -D $(srcdir) -d zebrahtml.dsl -t sgml $(srcdir)/xml.dcl zebra.xml +idzebra-abs2dom.1: idzebra-abs2dom.xml + $(MAN_COMPILE) $(srcdir)/idzebra-abs2dom.xml -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 @@ -134,16 +91,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 $? +