apenwarr-redo/Documentation
Avery Pennarun 21f88094d5 Change definitions of $1,$2,$3 to match djb's redo.
If you use "redo --old-args", it will switch back to the old
(apenwarr-style) arguments for now, to give you time to update your .do
scripts.  This option will go away eventually.

Note: minimal/do doesn't understand the --old-args option.  If you're using
minimal/do in your project, keep using the old one until you update your use
of $1/$2, and then update to the new one.

apenwarr-style default.o.do:
   $1      foo
   $2      .o
   $3      whatever.tmp

djb-style default.o.do:
   $1      foo.o
   $2      foo
   $3      whatever.tmp

apenwarr-style foo.o.do:
   $1      foo.o
   $2      ""
   $3      whatever.tmp

djb-style foo.o.do:
   $1      foo.o
   $2      foo.o  (I think?)
   $3      whatever.tmp
2011-12-31 02:49:39 -05:00
..
t Replace pandoc-based md-to-man conversion with a custom python script. 2011-01-29 23:27:23 -08:00
.gitignore Replace pandoc-based md-to-man conversion with a custom python script. 2011-01-29 23:27:23 -08:00
all.do Replace pandoc-based md-to-man conversion with a custom python script. 2011-01-29 23:27:23 -08:00
clean.do Replace pandoc-based md-to-man conversion with a custom python script. 2011-01-29 23:27:23 -08:00
default.1.do Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
default.md.tmp.do Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
git-export.do Add Documentation/git-{import,export}.do scripts. 2010-12-19 01:05:52 -08:00
git-import.do Add Documentation/git-{import,export}.do scripts. 2010-12-19 01:05:52 -08:00
md-to-man.do Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
md2man.py md2man: fix compatibility problem with python-markdown 1.6. 2011-03-10 19:49:18 -08:00
redo-always.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-ifchange.md Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00
redo-ifcreate.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-ood.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-sources.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-stamp.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-targets.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo.md Change definitions of $1,$2,$3 to match djb's redo. 2011-12-31 02:49:39 -05:00