more shell script tweaking.

Thanks to gsrb3d for hints.
This commit is contained in:
Stephen Swaney 2008-05-07 22:46:20 +00:00
parent 44cdc480de
commit 12715ec0fa

@ -7,6 +7,5 @@
# set posix locale so regex works properly for [A-Z]*.py
LC_ALL=POSIX
epydoc -o BPY_API --url "http://www.blender.org" --top API_intro.py \
--name "Blender" --no-private --no-frames \
$( ls [A-Z]*.py )
epydoc -v -o BPY_API --url "http://www.blender.org" --top API_intro \
--name "Blender" --no-private --no-frames [A-Z]*.py