X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14fc1a0c5c8df8f40b362e7a5df7e639c3b7c1f9..fde0548028e2fab4f0ade53f472e9d6f101c29f6:/build/script/rebuild-makefiles.sh diff --git a/build/script/rebuild-makefiles.sh b/build/script/rebuild-makefiles.sh index 78a7dc9edf..64576bf2f3 100644 --- a/build/script/rebuild-makefiles.sh +++ b/build/script/rebuild-makefiles.sh @@ -67,11 +67,11 @@ copy_files () { ##delete old files and then copy new ones, add a symlink ## CVS -find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\*.tar.bz2 -mtime +6 | xargs rm -rf +find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\* -mtime +6 | xargs rm -rf cp ${WORKDIR}/archives/wx-cvs-* ${FTPDIR}/CVS_HEAD/files rm ${FTPDIR}/CVS_HEAD/wx* -for f in `find ${FTPDIR}/CVS_Makefiles/files -type f -name wx-cvs\* -mmin -601` ; do +for f in `find ${FTPDIR}/CVS_HEAD/files -type f -name wx-cvs\* -mmin -601` ; do ln -s $f `echo $f | sed -e "s/-${CURDATE}//" | sed -e "s|/files||" ` done ## make sure updated at is really last @@ -113,7 +113,8 @@ rm ${WORKDIR}/archives/html/$1/* cp ${WORKDIR}/wxWidgets/$3/docs/latex/$1/*.gif ${WORKDIR}/archives/html/$1 cp ${WORKDIR}/wxWidgets/$3/docs/latex/$1/*.css ${WORKDIR}/archives/html/$1 cd ${WORKDIR}/archives/html/$1 -zip -l -q -9 ${WORKDIR}/archives/htb/$1.htb *.html *.gif *.css wx.hhc wx.hhp wx.hhk +zip -l -q -9 ${WORKDIR}/archives/htb/$1.htb *.html *.css wx.hhc wx.hhp wx.hhk +zip -q -9 ${WORKDIR}/archives/htb/$1.htb *.gif } ##this one for tex2rtf as its latex docs aren't in latex... @@ -125,7 +126,8 @@ rm ${WORKDIR}/archives/html/$1/* cp ${WORKDIR}/wxWidgets/utils/$1/docs/*.gif ${WORKDIR}/archives/html/$1 cp ${WORKDIR}/wxWidgets/utils/$1/docs/*.css ${WORKDIR}/archives/html/$1 cd ${WORKDIR}/archives/html/$1 -zip -l -q -9 ${WORKDIR}/archives/htb/$1.htb *.html *.gif *.css wx.hhc wx.hhp wx.hhk +zip -l -q -9 ${WORKDIR}/archives/htb/$1.htb *.html *.css wx.hhc wx.hhp wx.hhk +zip -q -9 ${WORKDIR}/archives/htb/$1.htb *.gif } do_docs ()