Mercurial > emacs
diff nt/ChangeLog @ 110675:7e4b4d33d1b2
Support TAGS targets in the w32 build.
nt/makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
emacs-src.tags: New file.
src/makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
(TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
(nt-TAGS-gmake, nt-TAGS-nmake): New targets.
lisp/makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
(TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
(TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
lib-src/makefile.w32-in (tags, TAGS): New targets.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Oct 2010 13:45:16 +0200 |
parents | f41f9fcfa769 |
children | 3d2b190fdceb |
line wrap: on
line diff
--- a/nt/ChangeLog Fri Oct 01 11:15:10 2010 +0000 +++ b/nt/ChangeLog Fri Oct 01 13:45:16 2010 +0200 @@ -1,5 +1,7 @@ 2010-10-01 Eli Zaretskii <eliz@gnu.org> + * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets. + * gmake.defs: Add a comment with a single quote to fix fontification. (Bug#7102)