apenwarr-redo/Documentation
Avery Pennarun a2bce72255 Simplify autodependency examples.
Turns out we don't need sed to process the output of gcc -MD.  We can just
do this:

	read DEPS <filename.deps

The 'read' command in sh actually handles backslashes correctly, so we don't
have to sed them out after all.  And then a simple ${DEPS#*:} removes the
"target:" prefix from the dependency line, and we're done!
2011-02-21 04:00:53 -08: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 Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
default.md.tmp.do Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08: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 md-to-man.do: remove leftover pandoc cruft. 2011-01-31 04:12:31 -08:00
md2man.py Replace pandoc-based md-to-man conversion with a custom python script. 2011-01-29 23:27:23 -08:00
redo-always.md Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00
redo-ifchange.md Simplify autodependency examples. 2011-02-21 04:00:53 -08: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 Generate redo version codes in Documentation/*.1 automatically. 2011-01-17 23:01:40 -08:00