Revision 5fa26f9a
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
scripts/build_doc.sh | ||
---|---|---|
1 | 1 |
#!/bin/bash |
2 | 2 |
|
3 | 3 |
# Usage: |
4 |
# cd /path/to/lx-office
|
|
4 |
# cd /path/to/kivitendo
|
|
5 | 5 |
# ./scripts/build_doc.sh |
6 | 6 |
|
7 | 7 |
set -e |
... | ... | |
60 | 60 |
|
61 | 61 |
if [[ $pdf = 1 ]] ; then |
62 | 62 |
./generator.sh dokumentation pdf |
63 |
cp ${output}/pdf/dokumentation.pdf ${doc}/Lx-Office-Dokumentation.pdf
|
|
63 |
cp ${output}/pdf/dokumentation.pdf ${doc}/kivitendo-Dokumentation.pdf
|
|
64 | 64 |
fi |
65 | 65 |
|
66 | 66 |
if [[ $html = 1 ]]; then |
Auch abrufbar als: Unified diff
Dokumentation: Lx-Office in kivitendo umbenennen