aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortrevnoise <noise@trevp.net>2017-05-10 06:41:35 +0000
committertrevnoise <noise@trevp.net>2017-05-10 06:41:35 +0000
commit903ea3f7ed684f2f9e53d246e77d1acbd781d48a (patch)
tree6ab27ace2e3e33146073484d25a848f536d627f2 /Makefile
parentMinor text tweaks (diff)
downloadnoise-rev32.tar.xz
noise-rev32.zip
Book1 / Book2rev32
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f010d0..7a25e1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-default: output/noise.html output/noise.pdf
+default: output/noise.html output/noise.pdf output/noise_book2.pdf
# Pandoc 1.17.2, Pandoc-citeproc
@@ -18,5 +18,11 @@ output/noise.pdf: noise.md template_pandoc.latex my.bib
--filter pandoc-citeproc \
-o output/noise.pdf
+output/noise_book2.pdf: noise_book2.md template_pandoc.latex my.bib
+ pandoc noise_book2.md -s --toc \
+ -f markdown\
+ --template template_pandoc.latex \
+ --filter pandoc-citeproc \
+ -o output/noise_book2.pdf
clean:
- rm output/noise.html output/noise.pdf
+ rm output/noise.html output/noise.pdf output/noise_book2.pdf