aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-21 15:15:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-21 15:15:09 +0300
commit9b285abfa3c46d7b751ce11bac5348a9e961c407 (patch)
tree97fd63d25449482ff575f818a0e21c2a424bf23c /doc
parente05c23ef2cd57c83da5de591dbc3d7b38cb13b85 (diff)
downloadpies-9b285abfa3c46d7b751ce11bac5348a9e961c407.tar.gz
pies-9b285abfa3c46d7b751ce11bac5348a9e961c407.tar.bz2
More work on `silent rules' mode
* bootstrap (silent_rules_prog): Preserve leading whitespace verbatim, when inserting the AM_V variables. Suggested by Ralf Wildenhues. Optionally insert the definitions of AM_DEFAULT_VERBOSITY, AM_V_GEN and AM_V_at: useful for po/Makefile.in.in (silentize): New function. (slurp): Call silentize Call silentize on po/Makefile.in.in. * doc/Makefile.am, etc/Makefile.am, pies/Makefile.am, pmult/Makefile.am, tests/Makefile.am, tests/etc/Makefile.am: Add silent rule markers.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c10bb0b..1a7396c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = \
untabify.el
clean-local:
- rm -rf manual
+ @rm -rf manual
# Checking
check-format:
@@ -141,15 +141,15 @@ check-unrevised:
all-check-docs: check-format check-options check-pragmas check-builtins check-mflib check-exceptions check-refs check-fixmes check-writeme check-unrevised
check-docs:
- $(MAKE) -k all-check-docs
+ @$(MAKE) -k all-check-docs
#
master-menu:
- emacs -batch -l mastermenu.el -f make-master-menu $(info_TEXINFOS)
+ $(AM_V_GEN)emacs -batch -l mastermenu.el -f make-master-menu $(info_TEXINFOS)
untabify:
- emacs -batch -l untabify.el $(info_TEXINFOS) $(mailfromd_TEXINFOS)
+ @emacs -batch -l untabify.el $(info_TEXINFOS) $(mailfromd_TEXINFOS)
final: untabify master-menu

Return to:

Send suggestions and report system problems to the System administrator.