aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortrevnoise <noise@trevp.net>2016-10-06 19:41:07 -0700
committertrevnoise <noise@trevp.net>2016-10-06 19:41:07 -0700
commitb6b13046af59b4b2600762d4cc6eea82c0bd9b72 (patch)
tree6004ee48e997986cbb03ad891686aa3cd5903f73 /Makefile
parentTrying references (diff)
downloadnoise-notation.tar.xz
noise-notation.zip
BibTex referencesnotation
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: