~jan0sch/darcs-book

Showing details for patch 004ee63d5450cee1cad144b5103d44565d24496a.
2018-07-19 (Thu), 7:52 PM - - 004ee63d5450cee1cad144b5103d44565d24496a

update chapter building

Summary of changes
1 files modified with 6 lines added and 7 lines removed
  • Makefile with 6 added and 7 removed lines
diff -rN -u old-darcs-book/Makefile new-darcs-book/Makefile
--- old-darcs-book/Makefile	2024-11-23 20:34:53.686693117 +0000
+++ new-darcs-book/Makefile	2024-11-23 20:34:53.686693117 +0000
@@ -19,15 +19,14 @@
 	${PANDOC} -V prev:chapter04 -V next:chapter06 en/05-a-little-help-from-my-friends.md -o dist/chapter05.html
 
 dist/chapter06.html: dist
-	${PANDOC} -V prev:chapter05 -V next:chapter07 en/06-conflict-management.md -o dist/chapter06.html
-
-dist/chapter07.html: dist
-	${PANDOC} -V prev:chapter06 -V next:chapter08 en/07-rewriting-history.md -o dist/chapter07.html
+	${PANDOC} -V prev:chapter05 en/06-conflict-management.md -o dist/chapter06.html
 
 dist/chapter08.html: dist
-	${PANDOC} -V prev:chapter07 en/08-tag-youre-it.md -o dist/chapter08.html
+	${PANDOC} -V next:chapter09 en/08-rewriting-history.md -o dist/chapter08.html
 
-all: dist/chapter01.html dist/chapter02.html dist/chapter03.html dist/chapter04.html dist/chapter05.html dist/chapter06.html dist/chapter07.html dist/chapter08.html
+dist/chapter09.html: dist
+	${PANDOC} -V prev:chapter08 en/09-tag-youre-it.md -o dist/chapter09.html
 
+all: dist/chapter01.html dist/chapter02.html dist/chapter03.html dist/chapter04.html dist/chapter05.html dist/chapter06.html dist/chapter08.html dist/chapter09.html
 clean:
 	rm -r dist