diff options
| author | 2017-05-10 06:41:35 +0000 | |
|---|---|---|
| committer | 2017-05-10 06:41:35 +0000 | |
| commit | 903ea3f7ed684f2f9e53d246e77d1acbd781d48a (patch) | |
| tree | 6ab27ace2e3e33146073484d25a848f536d627f2 /Makefile | |
| parent | Minor text tweaks (diff) | |
| download | noise-rev32.tar.xz noise-rev32.zip | |
Book1 / Book2rev32
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
