summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/proposal/examples/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-23 23:03:44 +0000
committerKarl Berry <karl@freefriends.org>2015-11-23 23:03:44 +0000
commita30f052f895d1f1fd9f112c555d360a2f5845929 (patch)
tree75e851693ac839f7510674f192badb317e43d87b /Master/texmf-dist/doc/latex/proposal/examples/Makefile
parent17317dd1f84901e202fb95e31a0eee9c51e50d74 (diff)
proposal (23nov15)
git-svn-id: svn://tug.org/texlive/trunk@38923 c570f23f-e606-0410-a88d-b1316a301751
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;