[tex-live] Viewing doc through texdocpk

Thomas Esser te at dbs.uni-hannover.de
Wed Nov 3 22:38:26 CET 2004


> It would not be hard to write a script to check the database.
> using kpsewhich or similar. any volunteers?

For a start:
  cd Master/texmf/doc
  grep -v '^#' ../texdoctk/texdoctk.dat | awk -F';' '{print $3}' |
    xargs sh -c 'for i in "$@"; do test -f "$i" || test -f ../tex/$i ||
      test -f ../../texmf-dist/doc/$i || test -f ../../texmf-dist/tex/$i ||
      test -f ../../texmf-doc/doc/$i || test -f ../../texmf-doc/tex/$i ||
      echo $i; done' sh | sort

Thomas



More information about the tex-live mailing list