summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-05-07 13:04:12 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-05-07 13:04:12 +0000
commit3708d8e2093721d683463237c3ee2b209490d901 (patch)
tree176db1e361460ef0bd7463c884ab03e8e333da47
parentb8e271cb3db90d830bdcc415470a0a1f8337d3b1 (diff)
downloaddrakx-backup-do-not-use-3708d8e2093721d683463237c3ee2b209490d901.tar
drakx-backup-do-not-use-3708d8e2093721d683463237c3ee2b209490d901.tar.gz
drakx-backup-do-not-use-3708d8e2093721d683463237c3ee2b209490d901.tar.bz2
drakx-backup-do-not-use-3708d8e2093721d683463237c3ee2b209490d901.tar.xz
drakx-backup-do-not-use-3708d8e2093721d683463237c3ee2b209490d901.zip
add a noprint macro
-rw-r--r--docs/ka_method/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ka_method/Makefile b/docs/ka_method/Makefile
index 354c83aa6..346475433 100644
--- a/docs/ka_method/Makefile
+++ b/docs/ka_method/Makefile
@@ -33,6 +33,10 @@ clean:
pdf_doc:
db2pdf -c ${CATALOG} -d ${DSL} ${XML_FILE} 2>&1
+pdf_noprint:
+ make clean
+ DSSSL_JADETEX=docbook-jadetex.dsssl make duplication.pdf DSSSL_JADETEX=docbook-jadetex.dsssl
+
html_doc:
xsltproc ${XSL_FILE} ${XML_FILE}
mv -f index.html ${WWW_PATH}/duplication.html