X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=dac89fcd76e73ae0b9f5ce3ce226585acd995cdc;hb=37cb4f3f5daa7e8a79ac5c3bc2d5cec3258b3dc6;hp=001d575f83abecb7d9b8a1ecf043425d7244ad75;hpb=b00064c85119fb3a6ca07f809f41d8f97f192165;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 001d575..dac89fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.64 2007-02-20 14:28:31 marc Exp $ +## $Id: Makefile.am,v 1.69 2007-02-22 12:10:09 marc Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -28,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 \ @@ -40,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 @@ -63,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 @@ -105,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 $? +