diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:26:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:26:33 +0000 |
commit | 74a4eee370d8c432dae43241aec380c94005fa79 (patch) | |
tree | 8303da6b3db0f863a7b660f76e4125d24178b565 /man/Makefile.in | |
parent | 432fc65cad0678453a86b20304aab0c4c62f196d (diff) | |
download | emacs-74a4eee370d8c432dae43241aec380c94005fa79.tar.gz |
Comment change.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 20cbf76a484..816309bc4e3 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -20,9 +20,8 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -# Where to find the source code. The source code for Emacs's C kernel is -# expected to be in ${srcdir}/src, and the source code for Emacs's -# utility programs is expected to be in ${srcdir}/lib-src. This is +# Where to find the source code. $(srcdir) will be the man +# subdirectory of the source tree. This is # set by the configure script's `--srcdir' option. srcdir=@srcdir@ top_srcdir=@top_srcdir@ |