summaryrefslogtreecommitdiffstats
path: root/geo
diff options
context:
space:
mode:
Diffstat (limited to 'geo')
-rw-r--r--geo/.gitignore1
-rw-r--r--geo/Makefile7
2 files changed, 0 insertions, 8 deletions
diff --git a/geo/.gitignore b/geo/.gitignore
deleted file mode 100644
index a136337..0000000
--- a/geo/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pdf
diff --git a/geo/Makefile b/geo/Makefile
deleted file mode 100644
index 82d23f6..0000000
--- a/geo/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-pdfs := $(subst .md,.pdf,$(wildcard *.md))
-default: $(pdfs)
-%.pdf: %.md
- pandoc -V geometry:margin=1cm $< -o $@
-.PHONY: clean
-clean:
- rm -rf $(pdfs)