summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/proposal/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/proposal/examples/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/Makefile b/Master/texmf-dist/doc/latex/proposal/examples/Makefile
deleted file mode 100644
index 3674fb34992..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-DIRS = proposal report simple-proposal
-all:
- @for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;