]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile
(ps-mule-begin-job): Redo this change "if
[gnu-emacs] / lisp / Makefile
index 8caebebda95f942eca9e12990eaae0690b02ecc6..8585c673e128daf5a7edb0baa2e19fd4773c853a 100644 (file)
@@ -3,7 +3,8 @@
 #
 EMACS = emacs
 SOURCES = *.el COPYING Makefile
-lisptagsfiles = [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el
+lisptagsfiles1 = [a-zA-Z]*.el
+lisptagsfiles2 = [a-zA-Z]*/[a-zA-Z]*.el
 ETAGS = ../lib-src/etags
 
 dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el
@@ -11,6 +12,7 @@ dontcompilefiles: forms-d2.el forms-pass.el
 dontcompilefiles: latin-1.el latin-2.el latin-3.el latin-4.el latin-5.el
 dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el
 dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el 
+dontcompilefiles: generic-x.el
 
 doit:
 
@@ -70,5 +72,9 @@ updates: doit
        $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins; \
        $(EMACS) -batch -f batch-update-autoloads $$wins
 
-TAGS: $(lisptagsfiles)
-       ${ETAGS} $(lisptagsfiles)
+TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
+       ${ETAGS} $(lisptagsfiles1) $(lisptagsfiles2)
+
+TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
+       ${ETAGS} -o TAGS-LISP \
+         $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)