aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris2012-04-25 18:47:05 -0700
committerGlenn Morris2012-04-25 18:47:05 -0700
commit562e638f783aaaef788401db1ecf589b0c502ddb (patch)
tree80dbb0e6cf216a28f9ce15cd10a2098e62742ea2 /make-dist
parent674ea9c6e466ac3faaaac32dc2a912d05e30dfee (diff)
downloademacs-562e638f783aaaef788401db1ecf589b0c502ddb.tar.gz
emacs-562e638f783aaaef788401db1ecf589b0c502ddb.zip
Remove doc/lispref/tindex.pl
I think it is not needed any more. * doc/lispref/tindex.pl: Remove file. * make-dist: No more doc/lispref/tindex.pl.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 55dac98d713..44a123c658a 100755
--- a/make-dist
+++ b/make-dist
@@ -478,7 +478,7 @@ echo "Making links to \`doc/misc'"
478echo "Making links to \`doc/lispref'" 478echo "Making links to \`doc/lispref'"
479(cd doc/lispref 479(cd doc/lispref
480 ln *.texi *.in makefile.w32-in README ChangeLog* ../../${tempdir}/doc/lispref 480 ln *.texi *.in makefile.w32-in README ChangeLog* ../../${tempdir}/doc/lispref
481 ln *.txt *.el spellfile tindex.pl ../../${tempdir}/doc/lispref 481 ln *.txt *.el spellfile ../../${tempdir}/doc/lispref
482 ln two-volume.make ../../${tempdir}/doc/lispref) 482 ln two-volume.make ../../${tempdir}/doc/lispref)
483 483
484echo "Making links to \`doc/lispintro'" 484echo "Making links to \`doc/lispintro'"