root / gen_docs.sh

View | Annotate | Download (306 Bytes)

1 e5b2baad Andreas
 #!/bin/bash
2 e5b2baad Andreas
3 e5b2baad Andreas
 # create phpDocumentor docs from Nephthys source code
4 e5b2baad Andreas
5 e5b2baad Andreas
 phpdoc -o HTML:frames:earthli \
6 e5b2baad Andreas
        -d . \
7 e5b2baad Andreas
        -t docs \
8 2334fc44 Andreas
        -i 'debian/,thumbs/,resources/,templates_c/,themes/,nephthys_cfg.php' \
9 e5b2baad Andreas
        -ti 'Nephthys source-code documentation' \
10 e5b2baad Andreas
        -dn 'nephthys' \
11 e5b2baad Andreas
        -s \
12 e5b2baad Andreas
        -q