summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh')
-rw-r--r--Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh b/Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh
deleted file mode 100644
index e92c40c1bee..00000000000
--- a/Master/texmf-dist/doc/latex/latex-referenz/01-08-1.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# Die DANTE-Edition
-#
-#
-# Copyright (C) 2013 Herbert Voss
-#
-# It may be distributed and/or modified under the conditions
-# of the LaTeX Project Public License, either version 1.3
-# of this license or (at your option) any later version.
-#
-# See http://www.latex-project.org/lppl.txt for details.
-#
-# Running kpsewhich on Linux
-#
-#CODEbegin
-find `kpsewhich --var-value TEXMFDIST` -name "*.pro" | grep -m 10 ".pro"
-#CODEend