Commit 9883c924 authored by Arnaud Legrand's avatar Arnaud Legrand

Change permission to avoid mistakes

parent 89da4fd1
%.md: %.org
chmod a+w $@
pandoc -f org -t markdown_github -o $@ $^
chmod a-wx $@
# %.html: %.org
# emacs -batch $^ --funcall org-html-export-to-html
......
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