diff options
author | Bdale Garbee <bdale@gag.com> | 2010-04-08 19:55:05 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-04-08 19:55:05 -0600 |
commit | 01e524f11a67390a8ea1f20aa2d611909b4da363 (patch) | |
tree | 2d718f1f7c324e66a6f5443e7e7f7ff044fcf600 | |
parent | f93c9bf3695862db31f2c3b3bc5a7bb24ef3766c (diff) |
choose a better set of docbook xsl files
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |