mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
f8a2acf203
PR: ports/122933 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer)
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
--- ./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
|