diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-13 19:35:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-13 19:35:51 +0200 |
commit | 874d219834e4fda6edfbb6a6211f3ac4400df602 (patch) | |
tree | cb52421b4e6e2fad270712c6ce593ec8b5c5b426 /doc | |
parent | 327c598328c41fbbcd5b803e6cb3b1132567c906 (diff) |
build-sys: various build-system beautifications
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
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 |