2018-11-26 13:10:29 -05:00
|
|
|
redo-ifchange doc.list cookbook/all
|
2018-11-15 23:59:22 -05:00
|
|
|
sed 's/\.md/.1/' <doc.list |
|
2018-11-21 19:11:44 -05:00
|
|
|
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
|