X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=56b596b842f738a47a525c713f9a5ce3a0910618;hb=fc270c4515cd42f6bd7f749355464a9498badfe5;hp=1bc3d24e51c90afcfe8547600ff1c270191d7f5f;hpb=d79fc07b26da0378e2c036911fe1491fc3500a09;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 1bc3d24..56b596b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,9 @@ -## $Id: Makefile.am,v 1.63 2006-04-20 11:56:20 adam Exp $ +## $Id: Makefile.am,v 1.65 2006-04-20 13:46:55 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ +SUBDIRS = common + XMLFILES=yaz.xml.in bookinfo.xml introduction.xml installation.xml \ indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml \ @@ -72,7 +74,7 @@ $(HTMLFILES): $(XMLFILES) jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl yaz.xml yaz.pdf: $(XMLFILES) - if test ! -f common/id.png ; then cp $(srcdir)/id.png common; fi + if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi if test ! -f apilayer.png ; then cp $(srcdir)/apilayer.png .; fi jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl yaz.xml pdfjadetex yaz.tex >/dev/null