]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix
authorJulian Smart <julian@anthemion.co.uk>
Tue, 7 Mar 2006 19:36:11 +0000 (19:36 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 7 Mar 2006 19:36:11 +0000 (19:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/builddemos.sh

index 32e63992e25cc4a6e5d13949c7e21035979ad477..aee9350475a26f91926b61e48eeaed6efb53b419 100644 (file)
@@ -57,8 +57,8 @@ dobuilddemos()
     if [ -f test ] ; then
         mv test htmldemo
         cp $WXSRCDIR/samples/html/test/*.cpp $WXSRCDIR/samples/html/test/*.htm* $WXSRCDIR/samples/html/test/*.png $WXSRCDIR/samples/html/test/*.gif .
     if [ -f test ] ; then
         mv test htmldemo
         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
-        rm -f *.cpp *.h
+        tar cfz $WXDESTDIR/wxWidgets-HtmlDemo-$SUFFIX.tar.gz htmldemo *.cpp *.png *.gif *.htm*
+        rm -f *.cpp *.gif *.png *.htm*
     else
         echo "*** Warning: HTML sample did not build"
     fi
     else
         echo "*** Warning: HTML sample did not build"
     fi