]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makerpm
testing tweaks
[wxWidgets.git] / wxPython / distrib / makerpm
index 194995955dd2a27ac6843f3356d24a6408c86e23..63e897907170fbcc35f26310223d7912dd4ed694 100755 (executable)
@@ -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