Julien Dehos il y a 8 ans
Parent
commit
dd45899975
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 2 2
      Makefile
  2. 1 0
      www/template.html

+ 2 - 2
Makefile

@@ -8,8 +8,8 @@ all:
 	$(MAKE) -C depot_local
 	$(MAKE) -C forks
 
-publish:
-	scp tmp/* yangra.univ-littoral.fr:public-html/enseignements/tutoriel_git/
+publish: all
+	scp tmp/* yangra.univ-littoral.fr:public-html/tutoriel_git/
 
 clean:
 	rm -rf tmp

+ 1 - 0
www/template.html

@@ -24,6 +24,7 @@ $for(css)$
   <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
 $endfor$
   <link rel="stylesheet" href="template.css" $if(html5)$$else$type="text/css" $endif$/>
+  <link rel="stylesheet" href="../template.css" $if(html5)$$else$type="text/css" $endif$/>
 $if(math)$
   $math$
 $endif$