|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/rene/tetex/2-no-readlink.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
diff -ur tetex-src-2.0.2/Makefile.in tetex-src-2.0.2-fixed/Makefile.in
|
|
--- tetex-src-2.0.2/Makefile.in 2003-05-08 09:56:20.030430704 +0200
|
|
+++ tetex-src-2.0.2-fixed/Makefile.in 2003-05-08 09:48:43.000000000 +0200
|
|
@@ -44,7 +44,7 @@
|
|
kpsewhich mag makeindex mf mf-nowin mft mfw mpost mpto newer \
|
|
odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
|
|
patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
|
|
- readlink tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
|
|
+ tangle tcdialog tex tftopl tie ttf2afm vftovp vptovf \
|
|
weave xdvi.bin
|
|
|
|
# Subdirectories that have makefiles
|
|
--- tetex-src-2.0.2/texk/kpathsea/Makefile.in 2003-02-15 18:21:42.000000000 +0100
|
|
+++ tetex-src-2.0.2-fixed/texk/kpathsea/Makefile.in 2003-05-08 11:12:25.569363288 +0200
|
|
@@ -38,7 +38,7 @@
|
|
.c.lo:
|
|
$(KPATHSEA_CC) $< $(ALL_CFLAGS)
|
|
|
|
-default all: kpsewhich kpsestat access readlink $(library).info manfiles
|
|
+default all: kpsewhich kpsestat access $(library).info manfiles
|
|
|
|
kpsewhich: $(kpathsea) kpsewhich.o
|
|
$(kpathsea_link) kpsewhich.o $(LOADLIBES)
|
|
@@ -184,7 +184,6 @@
|
|
$(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
|
|
$(INSTALL_PROGRAM) kpsestat $(bindir)
|
|
$(INSTALL_PROGRAM) access $(bindir)
|
|
- $(INSTALL_PROGRAM) readlink $(bindir)
|
|
uninstall-exec:
|
|
rm -f $(bindir)/kpsewhich
|
|
|
|
@@ -265,7 +264,7 @@
|
|
rm -f paths.h texmf.cnf texmf.sed stamp-paths
|
|
|
|
# The manual pages
|
|
-manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
|
|
+manfiles = access.1 kpsestat.1 kpsewhich.1 \
|
|
mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
|
|
|
|
ac_include ../make/man.mk
|