[617118d] | 1 | Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
|
---|
| 2 | Date: 2004-05-24
|
---|
| 3 | Initial Package Version: 2.0.2
|
---|
| 4 | Origin: Jim Gifford
|
---|
| 5 | Upstream Status: Not Sent
|
---|
| 6 | Description: Removes Readlink. Readlink is also included in
|
---|
| 7 | coreutils. Coreutils version is more robust.
|
---|
| 8 |
|
---|
| 9 | $LastChangedBy: bdubbs $
|
---|
| 10 | $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
|
---|
| 11 |
|
---|
| 12 | --- tetex-src-2.0.2/texk/kpathsea/Makefile.in.orig 2004-05-24 07:58:14.501539043 +0000
|
---|
| 13 | +++ tetex-src-2.0.2/texk/kpathsea/Makefile.in 2004-05-24 07:58:42.672450852 +0000
|
---|
| 14 | @@ -38,7 +38,7 @@
|
---|
| 15 | .c.lo:
|
---|
| 16 | $(KPATHSEA_CC) $< $(ALL_CFLAGS)
|
---|
| 17 |
|
---|
| 18 | -default all: kpsewhich kpsestat access readlink $(library).info manfiles
|
---|
| 19 | +default all: kpsewhich kpsestat access $(library).info manfiles
|
---|
| 20 |
|
---|
| 21 | kpsewhich: $(kpathsea) kpsewhich.o
|
---|
| 22 | $(kpathsea_link) kpsewhich.o $(LOADLIBES)
|
---|
| 23 | @@ -49,9 +49,6 @@
|
---|
| 24 | access: access.o
|
---|
| 25 | $(link_command) access.o
|
---|
| 26 |
|
---|
| 27 | -readlink: readlink.o
|
---|
| 28 | - $(link_command) readlink.o
|
---|
| 29 | -
|
---|
| 30 | $(kpathsea): $(objects) klibtool.version
|
---|
| 31 | $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects)
|
---|
| 32 |
|
---|
| 33 | @@ -184,7 +181,6 @@
|
---|
| 34 | $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
|
---|
| 35 | $(INSTALL_PROGRAM) kpsestat $(bindir)
|
---|
| 36 | $(INSTALL_PROGRAM) access $(bindir)
|
---|
| 37 | - $(INSTALL_PROGRAM) readlink $(bindir)
|
---|
| 38 | uninstall-exec:
|
---|
| 39 | rm -f $(bindir)/kpsewhich
|
---|
| 40 |
|
---|
| 41 | @@ -259,13 +255,13 @@
|
---|
| 42 | ac_include ../make/clean.mk
|
---|
| 43 |
|
---|
| 44 | mostlyclean::
|
---|
| 45 | - rm -f kpsewhich kpsestat access readlink *.lo klibtool.version
|
---|
| 46 | + rm -f kpsewhich kpsestat access *.lo klibtool.version
|
---|
| 47 | rm -rf PROF PROF_SHARED SHARED STATIC
|
---|
| 48 | distclean::
|
---|
| 49 | rm -f paths.h texmf.cnf texmf.sed stamp-paths
|
---|
| 50 |
|
---|
| 51 | # The manual pages
|
---|
| 52 | -manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
|
---|
| 53 | +manfiles = access.1 kpsestat.1 kpsewhich.1 \
|
---|
| 54 | mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
|
---|
| 55 |
|
---|
| 56 | ac_include ../make/man.mk
|
---|
| 57 | --- tetex-src-2.0.2/Makefile.in.orig 2004-05-24 07:57:20.638371669 +0000
|
---|
| 58 | +++ tetex-src-2.0.2/Makefile.in 2004-05-24 07:57:33.008094276 +0000
|
---|
| 59 | @@ -44,7 +44,7 @@
|
---|
| 60 | kpsewhich mag makeindex makeinfo mf mf-nowin mft mfw mpost mpto newer \
|
---|
| 61 | odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
|
---|
| 62 | patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
|
---|
| 63 | - readlink tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
|
---|
| 64 | + tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
|
---|
| 65 | weave xdvi.bin
|
---|
| 66 |
|
---|
| 67 | # Subdirectories that have makefiles
|
---|