summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 10:50:11 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 10:50:11 +0100
commitf61b62b4a2f8a86291a2394ba765b2cd6f7c8fc1 (patch)
tree4dd38da19195f0ba0c5bc05038ccc7ae4e673ec6
parent2b27c0ca0a11e53429b1d416ef93b38592c77e20 (diff)
downloadasciidoc-boilerplate-f61b62b4a2f8a86291a2394ba765b2cd6f7c8fc1.tar.gz
asciidoc-boilerplate-f61b62b4a2f8a86291a2394ba765b2cd6f7c8fc1.tar.bz2
asciidoc-boilerplate-f61b62b4a2f8a86291a2394ba765b2cd6f7c8fc1.zip
Add thesis.mk default rules
-rw-r--r--thesis.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/thesis.mk b/thesis.mk
new file mode 100644
index 0000000..51ffc70
--- /dev/null
+++ b/thesis.mk
@@ -0,0 +1,3 @@
+.SUFFIXES: .txt .pdf
+.txt.pdf:
+ a2x -f pdf $<