X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3dd090938f0494d85ee9a79f024aa39b7b895c9a;hb=7c89fef430e882ec9b083e994c4d15faff2e4be8;hp=ad8d318b463a9daec4eecf986b4832b6bc8c1f0c;hpb=979950be5db6edd4470b4fa5870613e61b658a99;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ad8d318..3dd0909 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.39 2007-06-17 07:06:43 adam Exp $ SUBDIRS = common SUFFIXES=.3mp .1 .pdf .tkl .esp .xml @@ -38,7 +37,7 @@ MANFILES = metaproxy.1 \ multi.3mp query_rewrite.3mp \ record_transform.3mp\ session_shared.3mp \ - sru_z3950.xml\ + sru_z3950.3mp \ template.3mp \ virt_db.3mp \ z3950_client.3mp \ @@ -94,10 +93,10 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl done multi.png: multi.svg - inkscape --export-png=$@ --export-area=0:0:1050:500 $? + unset DISPLAY; inkscape --export-png=$@ --export-area=0:0:1050:500 $? multi.eps: multi.svg - inkscape --export-eps=$@ --export-bbox-page $? + unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? .eps.pdf: epstopdf -hires $? @@ -115,9 +114,9 @@ dist-hook: install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ + $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)