mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 08:40:04 +01:00
dmx: use silent rules in doc
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
(cherry picked from commit 39e5108c78)
This commit is contained in:
parent
d86e8abc43
commit
593aacfa0d
1 changed files with 4 additions and 4 deletions
|
|
@ -33,19 +33,19 @@ SUFFIXES = .sgml .txt .html .ps .pdf
|
||||||
|
|
||||||
.sgml.txt:
|
.sgml.txt:
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
$(MAKE_TEXT) $<
|
$(AM_V_GEN)$(MAKE_TEXT) $<
|
||||||
|
|
||||||
.sgml.ps:
|
.sgml.ps:
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
$(MAKE_PS) $<
|
$(AM_V_GEN)$(MAKE_PS) $<
|
||||||
|
|
||||||
.ps.pdf:
|
.ps.pdf:
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
$(MAKE_PDF) $<
|
$(AM_V_GEN)$(MAKE_PDF) $<
|
||||||
|
|
||||||
.sgml.html:
|
.sgml.html:
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
$(MAKE_HTML) $<
|
$(AM_V_GEN)$(MAKE_HTML) $<
|
||||||
|
|
||||||
noinst_DATA = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
|
noinst_DATA = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
|
||||||
CLEANFILES = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
|
CLEANFILES = $(TXT_FILES) $(PS_FILES) $(PDF_FILES) $(HTML_FILES)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue