diff options
author | Antoine Ginies <aginies@mandriva.com> | 2010-05-07 13:04:12 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2010-05-07 13:04:12 +0000 |
commit | 3708d8e2093721d683463237c3ee2b209490d901 (patch) | |
tree | 176db1e361460ef0bd7463c884ab03e8e333da47 /docs | |
parent | b8e271cb3db90d830bdcc415470a0a1f8337d3b1 (diff) | |
download | drakx-3708d8e2093721d683463237c3ee2b209490d901.tar drakx-3708d8e2093721d683463237c3ee2b209490d901.tar.gz drakx-3708d8e2093721d683463237c3ee2b209490d901.tar.bz2 drakx-3708d8e2093721d683463237c3ee2b209490d901.tar.xz drakx-3708d8e2093721d683463237c3ee2b209490d901.zip |
add a noprint macro
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ka_method/Makefile | 4 |
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 |