X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=3a1126c5070aa70a854cfd284f8fbcd7411b6efd;hb=0ab6e8aba7de1ea5cf109de175f56c9d8f7f49bc;hp=95ba6de7d2aec2066e044fafb6997fb716b4f3fd;hpb=9678d9d8907d188f75473ff18c2fc7d914329cb2;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 95ba6de..3a1126c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.37 2007-01-25 10:35:05 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - +## $Id: Makefile.am,v 1.40 2007-07-10 09:43:06 adam Exp $ SUBDIRS = common SUFFIXES=.3mp .1 .pdf .tkl .esp .xml @@ -96,7 +94,7 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl done multi.png: multi.svg - inkscape --export-png=$@ --export-width=800 --export-area-drawing $? + inkscape --export-png=$@ --export-area=0:0:1050:500 $? multi.eps: multi.svg inkscape --export-eps=$@ --export-bbox-page $? @@ -117,9 +115,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)