diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-09-03 19:15:56 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-09-03 19:15:56 -0700 |
commit | d1db070572aabbc55a419c8ce0b048901c6bafd3 (patch) | |
tree | 4ed93a9906a4080d1449464ce418b1d1b2915de5 /doc/misc/Makefile.in | |
parent | 315d21d20f219234253e11877a382a61fb936cb9 (diff) | |
download | emacs-d1db070572aabbc55a419c8ce0b048901c6bafd3.tar.gz |
Less chatter in 'make' output.
* doc/Makefile.in (clean):
* oldXMenu/Makefile.in (clean mostlyclean):
Simplify, for shorter command line.
* src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at)
(am__v_at_, am__v_at_0, am__v_at_1): New macros, taken from Automake.
($(etc)/DOC, buildobj.h, gl-stamp): Use them.
Diffstat (limited to 'doc/misc/Makefile.in')
-rw-r--r-- | doc/misc/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 53537122cef..dee3eff2caf 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -221,8 +221,7 @@ mostlyclean: rm -f gnustmp* clean: mostlyclean - rm -f $(DVI_TARGETS) $(HTML_TARGETS) $(PDF_TARGETS) $(PS_TARGETS) - rm -f efaq-w32.dvi efaq-w32.html efaq-w32.pdf efaq-w32.ps + rm -f *.dvi *.html *.pdf *.ps rm -f emacs-misc-${version}.tar* distclean: clean |