X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96acd0c161930f4a505819a9469abe4438c57ad0..36e910973a850800894e0f1b999c2e06207572c0:/wxPython/distrib/makerpm diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index 194995955d..63e8979071 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -150,6 +150,12 @@ if [ -z "${skipcopy}" ]; then cp -Rpf --link ${wxdir}/$d ${tarver} #> /dev/null 2>&1 fi done +# # and tex2rtf too +# mkdir ${tarver}/utils +# cp -Rpf --link ${wxdir}/utils/tex2rtf ${tarver}/utils +# # tex2rtf needs these files +# mkdir ${tarver}/samples +# cp -Rpf --link ${wxdir}/samples/sample.* ${tarver}/samples # now do the same thing for wxPython, skipping it's build dirs and such for dir in `grep -v '#' ${wxdir}/wxPython/distrib/DIRLIST`; do