aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in6
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 33036c92ffd..3d8a0222296 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-10-01 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (tags, TAGS): New targets.
4
12010-09-30 Juanma Barranquero <lekktu@gmail.com> 52010-09-30 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * emacsclient.c (get_server_config): Don't read Emacs pid from 7 * emacsclient.c (get_server_config): Don't read Emacs pid from
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 552dd1349fc..6d881dbc174 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -378,6 +378,12 @@ cleanall: clean
378getopt.h: getopt_.h 378getopt.h: getopt_.h
379 $(CP) $(ALL_DEPS) $@ 379 $(CP) $(ALL_DEPS) $@
380 380
381### TAGS ###
382
383tags: TAGS
384TAGS: $(BLD)/etags.exe *.c *.h
385 $(BLD)/etags.exe *.c *.h
386
381### DEPENDENCIES ### 387### DEPENDENCIES ###
382 388
383EMACS_ROOT = .. 389EMACS_ROOT = ..