Parcourir la source

slidy offline

Julien Dehos il y a 8 ans
Parent
commit
34334e9535
7 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 1 1
      branches/Makefile
  2. 1 1
      depot_distant/Makefile
  3. 1 1
      depot_local/Makefile
  4. 1 1
      forks/Makefile
  5. 1 1
      installation/Makefile
  6. 1 1
      www/Makefile
  7. 2 2
      www/template_slidy.html

+ 1 - 1
branches/Makefile

@@ -8,7 +8,7 @@ all: ../tmp/branches.html ../tmp/branches_slides.html
 	pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/branches_slides.html: branches.md 
-	pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 1 - 1
depot_distant/Makefile

@@ -8,7 +8,7 @@ all: ../tmp/depot_distant.html ../tmp/depot_distant_slides.html
 	pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/depot_distant_slides.html: depot_distant.md 
-	pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 1 - 1
depot_local/Makefile

@@ -8,7 +8,7 @@ all: ../tmp/depot_local.html ../tmp/depot_local_slides.html
 	pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/depot_local_slides.html: depot_local.md 
-	pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 1 - 1
forks/Makefile

@@ -8,7 +8,7 @@ all: ../tmp/forks.html ../tmp/forks_slides.html
 	pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/forks_slides.html: forks.md 
-	pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 1 - 1
installation/Makefile

@@ -8,7 +8,7 @@ all: ../tmp/installation.html ../tmp/installation_slides.html
 	pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/installation_slides.html: installation.md 
-	pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 1 - 1
www/Makefile

@@ -14,7 +14,7 @@ all: ../tmp ../tmp/before.html ../tmp/index.html ../tmp/index_slides.html
 	pandoc --template template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
 
 ../tmp/index_slides.html: index.md 
-	pandoc --css slidy.css --template template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
+	pandoc --template template_slidy.html --toc-depth 1 -t slidy -s -o $@ $<
 
 clean:
 

+ 2 - 2
www/template_slidy.html

@@ -19,8 +19,6 @@ $if(highlighting-css)$
 $highlighting-css$
   </style>
 $endif$
-  <link rel="stylesheet" type="text/css" media="screen, projection, print"
-    href="$slidy-url$/styles/slidy.css" />
 $for(css)$
   <link rel="stylesheet" type="text/css" media="screen, projection, print"
    href="$css$" />
@@ -33,6 +31,8 @@ $for(header-includes)$
 $endfor$
 
 <!-- <script src="$slidy-url$/scripts/slidy.js" -->
+  <link rel="stylesheet" type="text/css" media="screen, projection, print"
+   href="slidy.css" />
   <script src="slidy.js"
     charset="utf-8" type="text/javascript"></script>
 $if(duration)$