Updated copyright headers. Omit CVS ID.
[metaproxy-moved-to-github.git] / doc / Makefile.am
index 2c88b69..6a381fe 100644 (file)
@@ -1,6 +1,3 @@
-## $Id: Makefile.am,v 1.38 2007-01-31 11:16:57 adam Exp $
-docdir=$(datadir)/doc/@PACKAGE@
-
 SUBDIRS = common
 
 SUFFIXES=.3mp .1 .pdf .tkl .esp .xml 
@@ -117,9 +114,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)