summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d603f8..1f9b223 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
.SUFFIXES: .md .pdf
-all: echo.pdf tutorial.pdf
+all: echo.pdf tutorial.pdf fable-arch.pdf
+
+publish:
+ install -d files
+ install -m 0644 *.pdf files
.md.pdf:
./pandoc.sh $< -o $@