summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-13 19:35:51 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-13 19:35:51 +0200
commit874d219834e4fda6edfbb6a6211f3ac4400df602 (patch)
treecb52421b4e6e2fad270712c6ce593ec8b5c5b426 /doc/Makefile.am
parent327c598328c41fbbcd5b803e6cb3b1132567c906 (diff)
build-sys: various build-system beautifications
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 819a6f9..fae9958 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,7 +24,7 @@ CLEANFILES =
if USE_LYNX
README: README.html
- lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+ $(AM_V_GEN)lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
CLEANFILES += README
endif