Julien Dehos il y a 8 ans
Parent
commit
2be7857512
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,9 +1,9 @@
 
 all: tmp/index.html tmp/index_slides.html tmp/CM1.html tmp/CM1_slides.html tmp/CM2.html tmp/CM2_slides.html tmp/CM3.html tmp/CM3_slides.html
-	mkdir -p tmp
 	cp www/template.css www/slidy.css www/slidy.js tmp
 
 tmp/before.html: www/before.md
+	mkdir -p tmp
 	pandoc -o $@ $<
 
 tmp/index.html: www/index.md tmp/before.html