diff options
| author | Mathieu Lirzin <mthl@gnu.org> | 2016-01-24 19:04:53 +0100 |
|---|---|---|
| committer | Mathieu Lirzin <mthl@gnu.org> | 2016-01-28 16:31:38 +0100 |
| commit | e71ad29ddbb4ad8f3e986681fbe746847c4ca723 (patch) | |
| tree | ffc1dd9b383a0c798a3e3a7d2976af3f1b93d8af /doc.am | |
| parent | 54523748354bb5144a9a9102fbcfabed49b71e73 (diff) | |
build: Use 'GEN' and 'at' silent rules.
* daemon.am (nix/libstore/schema.sql.hh, etc/guix-daemon.service)
(etc/guix-daemon.conf): Use $(AM_V_GEN).
* doc.am (doc/os-config-%.texi, .png.eps): Likewise.
* Makefile.am (guix-binary.%.tar.xz, gen-ChangeLog, gen-AUTHORS):
Likewise.
(assert-binaries-available, assert-final-inputs-self-contained)
(assert-no-store-file-names, sync-descriptions): Use $(AM_V_at).
Diffstat (limited to 'doc.am')
| -rw-r--r-- | doc.am | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -52,7 +52,7 @@ EXTRA_DIST += $(OS_CONFIG_EXAMPLES_TEXI) | |||
| 52 | MAINTAINERCLEANFILES = $(OS_CONFIG_EXAMPLES_TEXI) | 52 | MAINTAINERCLEANFILES = $(OS_CONFIG_EXAMPLES_TEXI) |
| 53 | 53 | ||
| 54 | doc/os-config-%.texi: gnu/system/examples/%.tmpl | 54 | doc/os-config-%.texi: gnu/system/examples/%.tmpl |
| 55 | $(MKDIR_P) "`dirname "$@"`" | 55 | $(AM_V_GEN)$(MKDIR_P) "`dirname $@`"; \ |
| 56 | cp "$<" "$@" | 56 | cp "$<" "$@" |
| 57 | 57 | ||
| 58 | infoimagedir = $(infodir)/images | 58 | infoimagedir = $(infodir)/images |
| @@ -79,7 +79,7 @@ DOT_OPTIONS = \ | |||
| 79 | mv "$(srcdir)/$@.tmp" "$(srcdir)/$@" | 79 | mv "$(srcdir)/$@.tmp" "$(srcdir)/$@" |
| 80 | 80 | ||
| 81 | .png.eps: | 81 | .png.eps: |
| 82 | convert "$<" "$@-tmp.eps" | 82 | $(AM_V_GEN)convert "$<" "$@-tmp.eps"; \ |
| 83 | mv "$@-tmp.eps" "$@" | 83 | mv "$@-tmp.eps" "$@" |
| 84 | 84 | ||
| 85 | # We cannot add new dependencies to `doc/guix.pdf' & co. (info "(automake) | 85 | # We cannot add new dependencies to `doc/guix.pdf' & co. (info "(automake) |
