X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=8d315ae566cd5d80c247ef79800171ee0100f5bb;hp=725e24ce77e76fcc38879f4ed369dc82dbe14b9c;hb=8785cf4f0724a75a71b76c418a5f83a1192c0955;hpb=4b3707d52e5d6fbf0e6353086d4c42e67d92319d diff --git a/doc/Makefile.am b/doc/Makefile.am index 725e24c..8d315ae 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,73 +1,77 @@ -## $Id: Makefile.am,v 1.21 2003-05-19 21:38:40 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - -SUPPORTFILES = \ - zebrahtml.dsl.in \ - zebraphp.dsl.in \ - zebraprint.dsl.in \ - tkl.xsl.in \ - xml.dcl -XMLFILES = \ - zebra.xml.in \ - introduction.xml \ - installation.xml \ - quickstart.xml \ - examples.xml \ - administration.xml \ - zebraidx.xml \ - server.xml \ - recordmodel.xml \ - license.xml \ - indexdata.xml \ - zebraidx-options.xml - -HTMLFILES = \ - administration.html apps.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 indexdata.html installation.html \ - installation.win32.html internal-representation.html introduction.html \ - license.html locating-records.html protocol-support.html quick-start.html \ - record-model.html register-location.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 - -REFFILES=zebraidx-man.sgml zebrasrv-man.sgml - -doc_DATA = $(HTMLFILES) zebra.pdf $(PNGFILES) +SUBDIRS = common + +docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) + +XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml + +XMLFILES = \ + administration.xml \ + architecture.xml \ + field-structure.xml \ + gpl-2.0.xml \ + indexdata.xml \ + installation.xml \ + introduction.xml \ + license.xml \ + marc_indexing.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 + +#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 - if test ! -f zebraidx-options.xml ; then ln -s $(srcdir)/zebraidx-options.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.8: zebrasrv-man.sgml - docbook2man $(srcdir)/zebrasrv-man.sgml +zebrasrv$(PACKAGE_SUFFIX).8: zebrasrv.xml zebrasrv-options.xml \ + zebrasrv-synopsis.xml zebrasrv-virtual.xml + $(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 - pdfjadetex zebra.tex - pdfjadetex zebra.tex + $(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 @@ -78,9 +82,36 @@ gils.ps: gils.sgml gils.html: gils.sgml sgml2html gils.sgml -#dist-hook: zebra.html -# cp *.html $(distdir) - clean-data-hook: rm -f [0-9]* *.bak +dist-hook: + 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 $? +