Building .html
files from .md
files for a web site, I have some .md
files which should not produce an output .html
(e.g. because not ready for publication). What is the best way to achieve this with shake
?
I have a want
for html files and a rule which searches the corresponding .md
file, but some do not produce the .html
and shake
stops with the
error Error, rule finished running but did not produce file:
.
What is the best way to deal with this case?