From 3b4164d129d859eb9595d7ab2297816e86b4f75e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 May 2006 14:44:01 +0000 Subject: [PATCH] ../configure + make dist works from CVS --- doc/Makefile.am | 6 +++--- doc/yaz.xml.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index dd267cc..e3aefe0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.68 2006-05-24 12:33:21 adam Exp $ +## $Id: Makefile.am,v 1.69 2006-05-24 14:44:01 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -71,7 +71,7 @@ yaz-log.7: yaz-log-man.xml xsltproc common/man.xsl $(srcdir)/yaz-log-man.xml $(HTMLFILES): $(XMLFILES) - xsltproc common/html.xsl $(srcdir)/yaz.xml + xsltproc common/html.xsl yaz.xml yaz.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi @@ -89,7 +89,7 @@ apilayer.png: xbmtopbm apilayer.png dist-hook: - for f in $(srcdir)/*.html; do \ + for f in *.html; do \ found=0; \ b=`basename $$f`; \ for h in $(HTMLFILES); do \ diff --git a/doc/yaz.xml.in b/doc/yaz.xml.in index 8a77fd5..2216917 100644 --- a/doc/yaz.xml.in +++ b/doc/yaz.xml.in @@ -1,13 +1,13 @@ - + - + %entities; - + %common; ]> -- 1.7.10.4