From 2cfb6d9b4d9ff511d05a5c31e04a20ad90893c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 26 Mar 2011 20:01:50 +0100 Subject: [PATCH] createrelease: generate manual.html. ticket: #2687 --- createrelease | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/createrelease b/createrelease index afcda579e..5cc439e6d 100755 --- a/createrelease +++ b/createrelease @@ -38,10 +38,11 @@ # ./dmake # git commit -a -m "Makefile: Set debug mode" # -# Generate the manual.pdf and version.txt +# Generate the manual.pdf, manual.html and version.txt # make # ./cppcheck --version > version.txt # docbook2pdf man/manual.docbook +# xsltproc -o manual.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl manual.docbook # # Upload manual.pdf and version.txt... # sftp hyd_danmar,cppcheck@web.sourceforge.net