-## $Id: Makefile.am,v 1.39 2007-06-17 07:06:43 adam Exp $
+## $Id: Makefile.am,v 1.40 2007-07-10 09:43:06 adam Exp $
SUBDIRS = common
SUFFIXES=.3mp .1 .pdf .tkl .esp .xml
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)