From a29a3242171094cc3f788f975af54934cb59d9b8 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Tue, 19 Feb 2019 17:45:39 +0100 Subject: [PATCH] No more error when the file does not exist yet --- Makefile.ressources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ressources b/Makefile.ressources index daf6722..79e6008 100644 --- a/Makefile.ressources +++ b/Makefile.ressources @@ -1,6 +1,6 @@ %.md: %.org - chmod a+w $@ + rm -f $@ LANG=C ; pandoc -s -f org -t markdown_github -o $@ $^ mv $@ $@.bak echo '---' > $@ -- 2.18.1