From 9883c9245f805ec27c59fef72140c4454139582a Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Tue, 19 Feb 2019 15:50:13 +0100 Subject: [PATCH] Change permission to avoid mistakes --- Makefile.ressources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.ressources b/Makefile.ressources index 412ef16..7d349bf 100644 --- a/Makefile.ressources +++ b/Makefile.ressources @@ -1,6 +1,8 @@ %.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 -- 2.18.1