X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=02260b6b864186c21b1ee93f227e8bfcb5362fad;hb=efb17a2217474f9c890b2ab109e58240765e18a3;hp=8c92e8b5032b14704957d4d783818d5fefd4a5ac;hpb=0abddc11543465c41fb86921552ab6b42f2f323f;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 8c92e8b..02260b6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.71 2007-02-23 09:35:17 adam Exp $ -docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) - +## $Id: Makefile.am,v 1.74 2007-07-10 09:43:33 adam Exp $ SUBDIRS = common XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml @@ -101,11 +99,11 @@ install-data-hook: cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1 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) domfilter.png: domfilter.svg inkscape --export-png=$@ --export-width=600 $?