X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile.am;h=3559cc6d1635e1dbc2e5e12152c1e0fd251d9a2e;hb=c1152dc950bd0edb1e638f55f71f8f7c20c4f01a;hp=001d575f83abecb7d9b8a1ecf043425d7244ad75;hpb=09ef254fb9ed3d174e92242be24f5de39b80d758;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 001d575..3559cc6 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.65 2007-02-21 12:29:52 marc Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -28,14 +28,16 @@ XMLFILES = \ HTMLFILES = index.html -PNGFILES=zebra.png +PNGFILES=zebra.png domfilter.png EPSFILES=zebra.eps +PDFFILES=zebra.pdf domfilter.pdf + MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ zebrasrv$(PACKAGE_SUFFIX).8 \ idzebra-config$(PACKAGE_SUFFIX).1 -doc_DATA = $(HTMLFILES) $(PNGFILES) +doc_DATA = $(HTMLFILES) $(PNGFILES) $(PDFFILES) man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(XMLMAN) \ @@ -105,3 +107,12 @@ install-data-hook: uninstall-hook: rm -r $(DESTDIR)/$(docdir) +domfilter.png: domfilter.svg + inkscape --export-png=$@ --export-width=600 --export-area-drawing $? + +domfilter.eps: domfilter.svg + inkscape --export-eps=$@ --export-bbox-page $? + +.eps.pdf: + epstopdf -hires $? +