You need to sign in or sign up before continuing.
Commit a29a3242 authored by Arnaud Legrand's avatar Arnaud Legrand

No more error when the file does not exist yet

parent 5c8720e7
%.md: %.org %.md: %.org
chmod a+w $@ rm -f $@
LANG=C ; pandoc -s -f org -t markdown_github -o $@ $^ LANG=C ; pandoc -s -f org -t markdown_github -o $@ $^
mv $@ $@.bak mv $@ $@.bak
echo '---' > $@ echo '---' > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment