Removed definition of docdir. It is set by automake already
[yazproxy-moved-to-github.git] / doc / Makefile.am
index ca22532..bd82051 100644 (file)
@@ -1,6 +1,4 @@
-## $Id: Makefile.am,v 1.15 2006-10-11 09:39:43 adam Exp $
-docdir=$(datadir)/doc/@PACKAGE@
-
+## $Id: Makefile.am,v 1.17 2007-06-17 07:06:32 adam Exp $
 SUBDIRS = common
 
 XMLFILES = \
@@ -32,10 +30,9 @@ $(HTMLFILES): $(XMLFILES)
 yazproxy.8: yaz-proxy-man.xml yaz-proxy-ref.xml
        $(MAN_COMPILE) $(srcdir)/yaz-proxy-man.xml
 
-index.tkl: $(XMLFILES) common/tkl.xsl
+index.tkl: $(XMLFILES)
        $(TKL_COMPILE) $(TOP)
 
-
 yazproxy.pdf: $(XMLFILES)
        if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi
        jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(TOP)