X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fda330675c8dd34143d69a00a42bee1ab26dcc78..f49735950644f04c639b3bdfc7b6cf23ac9ad9e2:/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