aboutsummaryrefslogtreecommitdiff
path: root/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 518ec87..49bb11b 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -13,7 +13,6 @@ define dosamples
13 $(CMP) --shell-escape $1 >/dev/null 13 $(CMP) --shell-escape $1 >/dev/null
14endef 14endef
15 15
16
17all: 16all:
18 cp ../ekdosis.{lua,sty} . 17 cp ../ekdosis.{lua,sty} .
19 $(foreach file,$(texsamples), $(call dosamples, $(file))) 18 $(foreach file,$(texsamples), $(call dosamples, $(file)))
@@ -24,3 +23,5 @@ all:
24 rm -rf * 23 rm -rf *
25 cp -p -r .backup/* . 24 cp -p -r .backup/* .
26 rm -rf .backup 25 rm -rf .backup
26
27.PHONY: all