aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 462ee14..f284fed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
default: noise.html noise.pdf
-noise.html: noise.md template_pandoc.html spec_markdown.css
- pandoc noise.md -s --toc \
+noise.html: noise.md template_pandoc.html spec_markdown.css my.bib
+ /usr/local/bin/pandoc noise.md -s --toc \
-f markdown+yaml_metadata_block+startnum \
--template template_pandoc.html \
--css=spec_markdown.css \
- --filter pandoc-citeproc \
+ --filter /usr/local/bin/pandoc-citeproc \
-o noise.html
-noise.pdf: noise.md template_pandoc.latex
- pandoc noise.md -s --toc \
+noise.pdf: noise.md template_pandoc.latex my.bib
+ /usr/local/bin/pandoc noise.md -s --toc \
-f markdown+yaml_metadata_block+startnum \
--template template_pandoc.latex \
- --filter pandoc-citeproc \
+ --filter /usr/local/bin/pandoc-citeproc \
-o noise.pdf
clean: