apenwarr-redo/Documentation/all.do
Avery Pennarun 461ef57b26 Docs/cookbook: build from toplevel 'test' instead of toplevel 'all'.
The cookbook examples are interesting as redo tests, but don't need to
be built in order to build redo.
2018-11-28 12:55:49 -05:00

9 lines
319 B
Text

redo-ifchange doc.list
sed 's/\.md/.1/' <doc.list |
xargs redo-ifchange
# mkdocs foolishly tries to process every file in this directory, which
# leads it to try to open temp files produced by the above redo-ifchange
# if it runs in parallel with those jobs. So don't run it until they
# finish.
redo-ifchange mkdocs