I got the following feedback from a user of the Fink package for teTeX:

> Tetex-base (I'm using 2.0.1-1) installs executables kpsepath and kpsexpand
> as links to kpsetool, and the kpsetool manpage explains how it runs in
> these two emulations. Unfortunately, one has to know about this emulation
> in order to find out how to use them: 'man kpsepath' and 'man kpsexpand'
> turn up nothing. Might be nice to link the manpages as well.
> 
> dan
>
> -- 
> Daniel Macks
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> http://www.netspace.org/~dmacks

It looks to me like these were revised at some point, but the Makefile
wasn't updated quite right.  The patch below seems to fix it.

  -- Dave


diff -ru tetex-src-2.0.1/texk/tetex/Makefile.in 
tetex-src-2.0.1-patched/texk/tetex/Makefile.in
--- tetex-src-2.0.1/texk/tetex/Makefile.in      Sat Feb 15 12:57:16 2003
+++ tetex-src-2.0.1-patched/texk/tetex/Makefile.in      Wed Feb 26 20:51:04 2003
@@ -33,7 +33,7 @@
        cd $(man1dir); rm -f allec.$(manext) einitex.$(manext) \
          elatex.$(manext) evirtex.$(manext) \
          inimf.$(manext) inimpost.$(manext) iniomega.$(manext) \
-         initex.$(manext) kpsepath.$(manext) kpsexpand.$(manext) \
+         initex.$(manext) \
          lambda.$(manext) pdfinitex.$(manext) pdfvirtex.$(manext) \
          texhash.$(manext) virmf.$(manext) virmpost.$(manext) \
          viromega.$(manext) virtex.$(manext) pdflatex.$(manext) \

Reply via email to