From 5ea4437cb9c7f0641afa3c1c59f56c442eac4d33 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Feb 2007 08:59:30 +0000 Subject: [PATCH] Remove PDF files from EXTRA_DIST/doc_DATA (as done for yaz, metaproxy for quite some time). Avoid rule option '--export-area-drawing' for inkscape for generating .png (it doesnt work with sarge). Bug #916. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 $? -- 1.7.10.4