[PATCH 2/4] dmx: use silent rules in doc
Gaetan Nadon
memsize at videotron.ca
Thu Mar 25 15:52:16 PDT 2010
On Thu, 2010-03-25 at 03:46 -0500, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
>
> Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> ---
> hw/dmx/doc/Makefile.am | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/hw/dmx/doc/Makefile.am b/hw/dmx/doc/Makefile.am
> index c6fc1c9..ef7c23d 100644
> --- a/hw/dmx/doc/Makefile.am
> +++ b/hw/dmx/doc/Makefile.am
> @@ -33,19 +33,19 @@ SUFFIXES = .sgml .txt .html .ps .pdf
>
> .sgml.txt:
> @rm -f $@
> - $(MAKE_TEXT) $<
> + $(AM_V_GEN)$(MAKE_TEXT) $<
>
> .sgml.ps:
> @rm -f $@
> - $(MAKE_PS) $<
> + $(AM_V_GEN)$(MAKE_PS) $<
>
> .ps.pdf:
> @rm -f $@
> - $(MAKE_PDF) $<
> + $(AM_V_GEN)$(MAKE_PDF) $<
>
> .sgml.html:
> @rm -f $@
> - $(MAKE_HTML) $<
> + $(AM_V_GEN)$(MAKE_HTML) $<
>
> noinst_DATA = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
> CLEANFILES = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
Acked-by: Gaetan Nadon <memsize at videotron.ca>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100325/ce1afed6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100325/ce1afed6/attachment.pgp>
More information about the xorg-devel
mailing list