Build Require yazpp 1.1.1
[yazproxy-moved-to-github.git] / doc / Makefile.am
index bd82051..e0c3f66 100644 (file)
@@ -1,4 +1,3 @@
-## $Id: Makefile.am,v 1.17 2007-06-17 07:06:32 adam Exp $
 SUBDIRS = common
 
 XMLFILES = \
@@ -52,8 +51,8 @@ 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)