Revision 656b6e1d
Von Moritz Bunkus vor fast 13 Jahren hinzugefügt
scripts/build_doc.sh | ||
---|---|---|
36 | 36 |
cp -R ../custom-cfg/* ${custom}/ |
37 | 37 |
|
38 | 38 |
./generator.sh dokumentation pdf |
39 |
|
|
40 | 39 |
cp ${output}/pdf/dokumentation.pdf ../../ |
40 |
|
|
41 |
./generator.sh dokumentation html |
|
42 |
rm -rf ../../html |
|
43 |
mkdir ../../html |
|
44 |
cp -R ${output}/html ../../html |
Auch abrufbar als: Unified diff
Auch HTML-Variante der Dokumentation bauen