blob: 39e3f0d73e79e65850ed17a7c51df09b00ea7a5d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- ./Makefile.orig 2008-02-13 10:55:14.000000000 +0300
+++ ./Makefile 2008-04-20 17:20:57.000000000 +0400
@@ -1,3 +1,2 @@
-html-pdf:
- docbook2html -d qtiplot.dsl docbook-en/index.docbook -e no-valid
- dblatex -o qtiplot-manual-en.pdf -c dblatex.conf -p dblatex-param.xsl docbook-en/index.docbook
+all:
+ docbook2html -d qtiplot.dsl docbook-en/index.docbook -e no-valid -l /usr/local/share/xml/jade/xml.dcl
|