summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-10-12 17:24:20 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-10-12 18:00:16 -0400
commitf0152daad719209d6984217e43dc79eb47d102c9 (patch)
tree17a7154e286d6fb8e193dd3701c39b200800a17f /spec
parent49291497d3cb696bb9b17033c38859eaf1cc1be8 (diff)
Use automake
Diffstat (limited to 'spec')
-rw-r--r--spec/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/Makefile b/spec/Makefile
deleted file mode 100644
index 26a3e23..0000000
--- a/spec/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../config.mk
-
-all : main.pdf
-
-main.pdf : main.tex
- pdflatex main.tex
-
-clean :
- rm -f main.pdf main.aux main.log
-
-install :