From f61b62b4a2f8a86291a2394ba765b2cd6f7c8fc1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 24 Jan 2013 10:50:11 +0100 Subject: Add thesis.mk default rules --- thesis.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 thesis.mk 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 $< -- cgit