blob: 5fb96bd82ddd3e374e5fc46759200df385a1aa2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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
+ 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
|