Parcourir la source

Merge branch 'master' of https://gogs.univ-littoral.fr/jdehos/tutoriel_git

Conflicts:
	www/template_slidy.html
Julien Dehos il y a 8 ans
Parent
commit
92d4872a9a
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      www/Makefile

+ 3 - 2
www/Makefile

@@ -1,11 +1,12 @@
 
-.PHONY: all clean 
+.PHONY: all clean
 
 all: ../tmp ../tmp/before.html ../tmp/index.html ../tmp/index_slides.html 
-	cp template.css *.svg slidy.css slidy.js ../tmp
+	cp *.svg ../tmp
 
 ../tmp:
 	mkdir -p ../tmp
+	cp template.css slidy.css slidy.js ../tmp
 
 ../tmp/before.html: before.md
 	pandoc -o $@ $<