projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f054b
)
Auch HTML-Variante der Dokumentation bauen
author
Moritz Bunkus
<moritz@bunkus.org>
Wed, 11 Jan 2012 14:42:25 +0000
(15:42 +0100)
committer
Moritz Bunkus
<moritz@bunkus.org>
Wed, 11 Jan 2012 14:42:25 +0000
(15:42 +0100)
scripts/build_doc.sh
patch
|
blob
|
history
diff --git
a/scripts/build_doc.sh
b/scripts/build_doc.sh
index
0db7bf3
..
1e15d29
100755
(executable)
--- 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