summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-04 11:31:50 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-04 11:31:50 +0300
commit82f83066aadc1b5ebbca7fe46eccce4b70d1ae02 (patch)
tree694252ae548541b9b4e74e08dd26aa7f3ad09afc /Makefile
parentd277d37ac270c5f362e4a7f331777605fdc2d820 (diff)
downloadfable-poc-82f83066aadc1b5ebbca7fe46eccce4b70d1ae02.tar.gz
Add: "make publish"
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 $@