summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/geometry/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/geometry/test/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/geometry/test/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Master/texmf-dist/source/latex/geometry/test/Makefile b/Master/texmf-dist/source/latex/geometry/test/Makefile
deleted file mode 100644
index ff46011bca7..00000000000
--- a/Master/texmf-dist/source/latex/geometry/test/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-RM=rm -f
-SHELL=sh
-VERSION=3.0
-JUNKS=*.aux *.toc *.idx *.drv *.dvi *.log *.lof *.ist *.ilg *.ind *.out
-
-all: test
-
-#
-# You need to put the new geometry.sty in
-# the current directory or a directory searched by LaTeX.
-#
-test:
- @echo
- @(for f in gtest*tex; do latex $$f; done)
- @echo
- @echo "--- Summary of Tests ---"
- @(grep -h Test gtest*.log)
- @echo "-------------------------"
-
-clean:
- @$(RM) $(JUNKS) *~ \#*
- @echo 'Test directory has been cleaned up except geometry.{sty,cfg}.'
-
-veryclean: clean
- @$(RM) geometry.sty geometry.cfg
- @echo Test directory has been cleaned up.