docs: fixed script names in doc building script

git-svn-id: trunk@14966 -
This commit is contained in:
vincents 2008-04-25 11:10:51 +00:00
parent a5c5c5d5d9
commit 0582d72087

View File

@ -7,8 +7,8 @@
set -x
set -e
sh ./update_lcl_html.sh $@
sh ./update_gtkintf_html.sh $@
sh ./build_lcl_html.sh $@
sh ./build_gtkintf_html.sh $@
# end.