X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=dac89fcd76e73ae0b9f5ce3ce226585acd995cdc;hb=37cb4f3f5daa7e8a79ac5c3bc2d5cec3258b3dc6;hp=5f6a183aaa989fed88aa6533c5085f99431d4faa;hpb=dcff7587e772bd975b5b4b56af9cf88dd3f120a3;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 5f6a183..dac89fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.63 2007-01-15 20:04:34 adam Exp $ +## $Id: Makefile.am,v 1.69 2007-02-22 12:10:09 marc Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -17,6 +17,7 @@ XMLFILES = \ marc_indexing.xml \ querymodel.xml \ quickstart.xml \ + recordmodel-domxml.xml \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ manref.xml \ @@ -27,8 +28,10 @@ XMLFILES = \ HTMLFILES = index.html -PNGFILES=zebra.png -EPSFILES=zebra.eps +PNGFILES=zebra.png domfilter.png +EPSFILES=zebra.eps domfilter.eps +PDFFILES=zebra.pdf domfilter.pdf + MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ zebrasrv$(PACKAGE_SUFFIX).8 \ @@ -39,7 +42,7 @@ man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(XMLMAN) \ $(doc_DATA) $(EPSFILES) $(man_MANS) \ - marc_indexing.xml entities.ent local.ent.in + marc_indexing.xml entities.ent local.ent.in domfilter.svg zebraidx$(PACKAGE_SUFFIX).1: zebraidx.xml $(MAN_COMPILE) $(srcdir)/zebraidx.xml @@ -62,7 +65,7 @@ index.tkl: $(XMLFILES) rm -f *.tkl $(TKL_COMPILE) $(srcdir)/zebra.xml -zebra.pdf: $(XMLFILES) +zebra.pdf: $(XMLFILES) domfilter.pdf for i in $(PNGFILES); do \ if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \ done @@ -104,3 +107,12 @@ install-data-hook: uninstall-hook: rm -r $(DESTDIR)/$(docdir) +domfilter.png: domfilter.svg + inkscape --export-png=$@ --export-width=600 $? + +domfilter.eps: domfilter.svg + inkscape --export-eps=$@ --export-bbox-page $? + +.eps.pdf: + epstopdf -hires $? +