summaryrefslogtreecommitdiff
path: root/devel/noweb/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'devel/noweb/pkg-install')
-rw-r--r--devel/noweb/pkg-install8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/noweb/pkg-install b/devel/noweb/pkg-install
deleted file mode 100644
index 5483370e8e85..000000000000
--- a/devel/noweb/pkg-install
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-if ! which mktexlsr >/dev/null; then
- echo "I can't find mktexlsr in your search path."
- echo "If you want to use noweb's (La)TeX output"
- echo "you should also install the teTeX package."
-else
- mktexlsr
-fi