]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/makexferzip
fixed LaTeX compilation problems (part of patch 551210)
[wxWidgets.git] / wxPython / distrib / makexferzip
CommitLineData
f91cd389
RD
1#!/bin/bash
2
3cd ~/wx/utils/wxPython
4
5find . -name "*.py" > filelist
6find . -name "*.i" >> filelist
7find . -name "*.h" >> filelist
8find . -name "*.cpp" >> filelist
9
10cat filelist | zip -r -u -@ xfer.zip