From 3708d8e2093721d683463237c3ee2b209490d901 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 7 May 2010 13:04:12 +0000 Subject: add a noprint macro --- docs/ka_method/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1