]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/build_doc.sh
Auch HTML-Variante der Dokumentation bauen
[kivitendo-erp.git] / scripts / build_doc.sh
index 0db7bf330fc10b016e113dcb1198089fd30bfcec..1e15d298d4dee502637f582a77cd4a49089b4a8f 100755 (executable)
@@ -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