Debian package 3.0.15-1 with ICU.
[yaz-moved-to-github.git] / doc / Makefile.am
index c791eed..76a2fac 100644 (file)
@@ -1,6 +1,4 @@
-## $Id: Makefile.am,v 1.80 2007-06-03 09:56:50 adam Exp $
-
-docdir=$(datadir)/doc/@PACKAGE@
+## $Id: Makefile.am,v 1.83 2007-07-10 09:42:46 adam Exp $
 
 SUBDIRS = common
 
@@ -98,8 +96,8 @@ doc-clean:
 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)