diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-08-03 19:17:01 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-08-03 19:17:01 +0200 |
commit | a1dda7ced5ee7891dcb1ef0e193859551b88082d (patch) | |
tree | 0e8163240f7de74201088b4b0822103290f93dbb /samples/Makefile | |
parent | 8d1e87fa6fc72e85e8e7622db6fb4ccfc17999bd (diff) | |
download | ekdosis-a1dda7ced5ee7891dcb1ef0e193859551b88082d.tar.gz |
done documenting on the Divisions
Diffstat (limited to 'samples/Makefile')
-rw-r--r-- | samples/Makefile | 3 |
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 |
14 | endef | 14 | endef |
15 | 15 | ||
16 | |||
17 | all: | 16 | all: |
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 | ||