Fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cececf4db5
commit
16c5f4ae6d
@ -57,8 +57,8 @@ dobuilddemos()
|
|||||||
if [ -f test ] ; then
|
if [ -f test ] ; then
|
||||||
mv test htmldemo
|
mv test htmldemo
|
||||||
cp $WXSRCDIR/samples/html/test/*.cpp $WXSRCDIR/samples/html/test/*.htm* $WXSRCDIR/samples/html/test/*.png $WXSRCDIR/samples/html/test/*.gif .
|
cp $WXSRCDIR/samples/html/test/*.cpp $WXSRCDIR/samples/html/test/*.htm* $WXSRCDIR/samples/html/test/*.png $WXSRCDIR/samples/html/test/*.gif .
|
||||||
tar cfz $WXDESTDIR/wxWidgets-HtmlDemo-$SUFFIX.tar.gz htmldemo *.cpp *.h
|
tar cfz $WXDESTDIR/wxWidgets-HtmlDemo-$SUFFIX.tar.gz htmldemo *.cpp *.png *.gif *.htm*
|
||||||
rm -f *.cpp *.h
|
rm -f *.cpp *.gif *.png *.htm*
|
||||||
else
|
else
|
||||||
echo "*** Warning: HTML sample did not build"
|
echo "*** Warning: HTML sample did not build"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user