Chinese text tests
[idzebra-moved-to-github.git] / doc / Makefile.am
index 8c92e8b..778b1cc 100644 (file)
@@ -1,8 +1,8 @@
-## $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.75 2008-01-18 12:39:35 adam Exp $
 SUBDIRS = common
 
+docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)
+
 XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml
 
 XMLFILES =  \
@@ -101,11 +101,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 $?