-## $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@
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
xbmtopbm <apilayer.xbm|pnmtopng >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 \
<?xml version="1.0" standalone="no"?>
-<!-- $Id: yaz.xml.in,v 1.23 2006-05-24 14:19:32 adam Exp $ -->
+<!-- $Id: yaz.xml.in,v 1.24 2006-05-24 14:44:01 adam Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
"http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
[
<!ENTITY version "@VERSION@">
- <!ENTITY % entities SYSTEM "entities.ent">
+ <!ENTITY % entities SYSTEM "@srcdir@/entities.ent">
%entities;
- <!ENTITY % common SYSTEM "common/common.ent">
+ <!ENTITY % common SYSTEM "@srcdir@/common/common.ent">
%common;
]>
<book id="yaz">