diff options
| author | Glenn Morris | 2012-05-08 00:18:18 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-08 00:18:18 -0700 |
| commit | 5122804afcfe39d656b4252369a290b319d0cc78 (patch) | |
| tree | d724aad0baafbf4910bbe8386a278f6a5d396fc1 /make-dist | |
| parent | ca4b98faff8bad176de15c29b4e6b4c2b5a7d38a (diff) | |
| download | emacs-5122804afcfe39d656b4252369a290b319d0cc78.tar.gz emacs-5122804afcfe39d656b4252369a290b319d0cc78.zip | |
Remove doc/lispref/two.el
* doc/lispref/two.el: Remove; unused since creation of two-volume.make.
* make-dist: No more doc/lispref/*.el.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### make-dist: create an Emacs distribution tar file from current srcdir | 2 | ### make-dist: create an Emacs distribution tar file from current srcdir |
| 3 | 3 | ||
| 4 | ## Copyright (C) 1995, 1997-1998, 2000-2012 Free Software Foundation, Inc. | 4 | ## Copyright (C) 1995, 1997-1998, 2000-2012 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## This file is part of GNU Emacs. | 6 | ## This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -478,8 +478,8 @@ echo "Making links to \`doc/misc'" | |||
| 478 | echo "Making links to \`doc/lispref'" | 478 | echo "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 ../../${tempdir}/doc/lispref | 481 | ln spellfile ../../${tempdir}/doc/lispref |
| 482 | ln two-volume.make ../../${tempdir}/doc/lispref) | 482 | ln two-volume.make two-volume-cross-refs.txt ../../${tempdir}/doc/lispref) |
| 483 | 483 | ||
| 484 | echo "Making links to \`doc/lispintro'" | 484 | echo "Making links to \`doc/lispintro'" |
| 485 | (cd doc/lispintro | 485 | (cd doc/lispintro |