
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
10 lines
160 B
Bash
10 lines
160 B
Bash
#! /bin/bash
|
|
|
|
FN="cache"
|
|
[ ! -d $FN ] && mkdir $FN
|
|
|
|
naturaldocs -i axl -i vortex -i beepfp \
|
|
-o HTML doc \
|
|
-p cache \
|
|
-t 2
|