diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-11-08 21:37:17 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-11-08 21:37:17 +0000 |
commit | 68ec7e0ce3dde5779c6f752162aa3e94e798d2ad (patch) | |
tree | 9420c6d687a29c722ec30a5cc1935953947d1eb1 /math/qtiplot-doc/files | |
parent | - Update to version 2.2 (diff) |
Update to 0.9.8.9
Notes
Notes:
svn path=/head/; revision=285308
Diffstat (limited to 'math/qtiplot-doc/files')
-rw-r--r-- | math/qtiplot-doc/files/patch-Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/math/qtiplot-doc/files/patch-Makefile b/math/qtiplot-doc/files/patch-Makefile index 39e3f0d73e79..5fb96bd82ddd 100644 --- a/math/qtiplot-doc/files/patch-Makefile +++ b/math/qtiplot-doc/files/patch-Makefile @@ -1,8 +1,16 @@ ---- ./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: +--- Makefile.orig 2011-11-01 12:28:58.000000000 +0000 ++++ Makefile 2011-11-07 21:38:31.839937279 +0000 +@@ -1,11 +1,11 @@ +-all: en pdf-it ++all: web + en: web pdf + it: web-it pdf-it + + # we can't name the target "html", since there is already a folder with that name + # and so make thinks this target is already up to date + web: - 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 + web-it: + docbook2html -d qtiplot.dsl docbook-it/index.docbook -e no-valid + |