]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makerpm
no changes, just some minor modifications of comments and moved one function around
[wxWidgets.git] / wxPython / distrib / makerpm
index 3d21e5a7c6e9dece117d97d11a6b05d9a5e6c063..028cd1f65dd41cf23eaa68ad33c39d1ec4dd737f 100755 (executable)
@@ -28,6 +28,7 @@ lcport=gtk
 unicode=0
 tarname=wxPython-src
 srpmonly=0
+skipclean=0
 
 #----------------------------------------------------------------------
 # Check parameters
@@ -167,7 +168,7 @@ if [ -z "${skipcopy}" ]; then
     rm -f ChangeLog
     rm *.spec
     rm -rf distrib/msw/tmake
-    rm -rf docs/html
+    #rm -rf docs/html
     #rm -rf docs/latex
     #rm -rf contrib/docs
     #rm -rf contrib/samples
@@ -281,7 +282,7 @@ fi
 #----------------------------------------------------------------------
 # Cleanup
 
-if [ -z ${skipclean} ]; then
+if [ "${skipclean}" = "0" ]; then
     echo "*** Cleaning up"
     rm -rf ${rpmtop}
     rm -rf ${builddir}