From: Bdale Garbee Date: Fri, 9 Apr 2010 01:55:05 +0000 (-0600) Subject: choose a better set of docbook xsl files X-Git-Tag: debian/0.6+163+g01e524f~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=01e524f11a67390a8ea1f20aa2d611909b4da363;hp=f93c9bf3695862db31f2c3b3bc5a7bb24ef3766c;p=fw%2Faltos choose a better set of docbook xsl files --- diff --git a/doc/Makefile b/doc/Makefile index d3293900..55b7a548 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,12 +6,12 @@ all: telemetrum.html telemetrum.pdf telemetrum.html: telemetrum.xsl xsltproc -o telemetrum.html \ - /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \ + /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl \ telemetrum.xsl telemetrum.fo: telemetrum.xsl xsltproc -o telemetrum.fo \ - /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl \ + /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl \ telemetrum.xsl telemetrum.pdf: telemetrum.fo