X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=4f5ab828f31e81dd55712a55e766cd210d351a61;hb=5ea4437cb9c7f0641afa3c1c59f56c442eac4d33;hp=068c69f37a5c732dfd1fa2a10fbfa6f5927d9c42;hpb=28d0fdb9253a14f8117b5c26ea0aed73ba9d16a7;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 068c69f..4f5ab82 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.67 2007-02-21 17:03:23 adam Exp $ +## $Id: Makefile.am,v 1.68 2007-02-22 08:59:30 adam Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -37,7 +37,7 @@ MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ zebrasrv$(PACKAGE_SUFFIX).8 \ idzebra-config$(PACKAGE_SUFFIX).1 -doc_DATA = $(HTMLFILES) $(PNGFILES) $(PDFFILES) +doc_DATA = $(HTMLFILES) $(PNGFILES) man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(XMLMAN) \ @@ -108,7 +108,7 @@ uninstall-hook: rm -r $(DESTDIR)/$(docdir) domfilter.png: domfilter.svg - inkscape --export-png=$@ --export-width=600 --export-area-drawing $? + inkscape --export-png=$@ --export-width=600 $? domfilter.eps: domfilter.svg inkscape --export-eps=$@ --export-bbox-page $?