Updated copyright headers.
[yazpp-moved-to-github.git] / doc / Makefile.am
index abd0595..fee41b7 100644 (file)
@@ -1,6 +1,3 @@
-## $Id: Makefile.am,v 1.24 2006-10-11 09:39:43 adam Exp $
-docdir=$(datadir)/doc/@PACKAGE@
-
 SUBDIRS = common
 
 XMLFILES = \
@@ -30,7 +27,7 @@ $(HTMLFILES): $(XMLFILES)
        rm -f *.html
        $(HTML_COMPILE) $(TOP)
 
-index.tkl: $(XMLFILES) common/tkl.xsl
+index.tkl: $(XMLFILES)
        $(TKL_COMPILE) $(TOP)
 
 yazpp-config.8: yazpp-config-man.xml
@@ -56,8 +53,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)