From: Moritz Bunkus Date: Wed, 11 Jan 2012 14:42:25 +0000 (+0100) Subject: Auch HTML-Variante der Dokumentation bauen X-Git-Tag: release-2.7.0beta1~63 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=656b6e1d30c5b0c3de055f50e512fd5665b8778b;p=kivitendo-erp.git Auch HTML-Variante der Dokumentation bauen --- diff --git a/scripts/build_doc.sh b/scripts/build_doc.sh index 0db7bf330..1e15d298d 100755 --- a/scripts/build_doc.sh +++ b/scripts/build_doc.sh @@ -36,5 +36,9 @@ rm -f ${custom}/* cp -R ../custom-cfg/* ${custom}/ ./generator.sh dokumentation pdf - cp ${output}/pdf/dokumentation.pdf ../../ + +./generator.sh dokumentation html +rm -rf ../../html +mkdir ../../html +cp -R ${output}/html ../../html