Mercurial > emacs
changeset 34215:d9775b6caa67
(TAGS, info): Avoid tab-prefixed comments in rules.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 05 Dec 2000 17:02:35 +0000 |
parents | dd1531cdd9ef |
children | 6dc4a92fb6e7 |
files | Makefile.in |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Dec 05 16:47:31 2000 +0000 +++ b/Makefile.in Tue Dec 05 17:02:35 2000 +0000 @@ -603,9 +603,10 @@ (cd lwlib; chmod u+w *.[ch] Makefile README) (cd src; $(MAKE) $(MFLAGS) relock) -TAGS tags: lib-src src - # The src subdir knows how to do the right thing - # even when the build directory and source dir are different. +# The src subdir knows how to do the right thing +# even when the build directory and source dir are different. +TAGS tags: + lib-src src cd src; $(MAKE) tags check: @@ -616,10 +617,10 @@ .PHONY: info dvi dist check html force-info: +# Note that man/Makefile knows how to +# put the info files in $(srcdir), +# so we can do ok running make in the build dir. info: force-info - # Note that man/Makefile knows how to - # put the info files in $(srcdir), - # so we can do ok running make in the build dir. (cd man; $(MAKE) $(MFLAGS) info) dvi: (cd man; $(MAKE) $(MFLAGS) dvi)