diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..f0e6a75d9709b8f1060c3e82838949d7f306cc5e --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +ressources-md: + for i in module1/ressources module2/ressources module3/ressources \ + module4/ressources; do \ + make -C $$i; \ + done diff --git a/Makefile.ressources b/Makefile.ressources new file mode 100644 index 0000000000000000000000000000000000000000..412ef1608155ba12beb251b4944499d724c3ab28 --- /dev/null +++ b/Makefile.ressources @@ -0,0 +1,15 @@ + +%.md: %.org + pandoc -f org -t markdown_github -o $@ $^ + +# %.html: %.org +# emacs -batch $^ --funcall org-html-export-to-html +# sed -i -e 's/
/
  • /g' \ +# -e 's/