[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#301156: tetex-bin: texdoc will not search



Package: tetex-bin
Version: 3.0-2
Severity: normal


Texdoc will not search effectively with say
       texdoc -s pdftex
I had to patch with

--- /usr/bin/texdoc	2005-03-23 19:01:08.000000000 -0500
+++ /usr/bin/texdoc.orig	2005-03-17 09:47:45.000000000 -0500
@@ -159,7 +159,7 @@
 do
   case $mode in
     search)
-      find `kpsewhich --expand-path='$TEXMF/doc' | tr : ' '` -follow  -type f -print |
+      find `kpsewhich --expand-path='$TEXMF/doc' | tr : ' '` -type f -print |
         egrep $name
       continue
       ;;


because in debian the main doc directory is a 
symbolic link.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



Reply to: