summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/MkDistr.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-318/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Re-try the file copy once if it fails. This works around an obscure and ↵Jack Jansen2001-03-061-3/+9
| | | | non-reproducibe bug in GUSI.
* Use re in stead of regex.Jack Jansen2001-01-021-3/+3
|
* The logic for finding long matches before short ones was wrong (why did I ↵Jack Jansen2000-09-101-7/+7
| | | | never notice this??!?), fixed.
* Put the install folders in (vise), not vise, so the include files aren't ↵Jack Jansen2000-05-061-1/+1
| | | | accidentally picked up by the normal build process.
* Automatically dump distribution folders where I want them, next to the vise ↵Jack Jansen2000-05-051-8/+7
| | | | scripts.
* Use dialog auto-placement whenever appropriate.Jack Jansen1998-04-271-2/+2
|
* Added some debug prints (if enabled by setting DEBUG)Jack Jansen1998-02-201-2/+34
|
* Nothing importantJack Jansen1997-05-231-1/+1
|
* Different default location for distribution templatesJack Jansen1996-10-231-4/+4
|
* Completely revamped: it now uses separate instruction files perJack Jansen1996-08-281-51/+52
| | | | distribution. Also, the user interface has been cleaned up a bit.
* Interactively create a distribution from a sourcetree.Jack Jansen1995-08-311-0/+280
Not yet fully tested.