Metaproxy daemon using yaz_daemon + new options.
[metaproxy-moved-to-github.git] / doc / Makefile.am
index 95ba6de..3a1126c 100644 (file)
@@ -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)