[PATCH xserver 2/8] xmlrules.in: remove unrequired "@rm -f $@" from doc targets
Alan Coopersmith
alan.coopersmith at oracle.COM
Thu Nov 18 16:34:12 PST 2010
Gaetan Nadon wrote:
> Unable to find a purpose for this, not used anywhere else
> but in the font module.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> doc/xml/xmlrules.in | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/doc/xml/xmlrules.in b/doc/xml/xmlrules.in
> index f828eef..c455ded 100644
> --- a/doc/xml/xmlrules.in
> +++ b/doc/xml/xmlrules.in
> @@ -48,19 +48,16 @@ if HAVE_XMLTO
> if HAVE_XMLTO_TEXT
> BUILT_DOC_FILES += $(TXT_FILES)
> .xml.txt:
> - @rm -f $@
> $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
> endif
>
> BUILT_DOC_FILES += $(HTML_FILES)
> .xml.html:
> - @rm -f $@
> $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
>
> if HAVE_FOP
> BUILT_DOC_FILES += $(PDF_FILES)
> .xml.pdf:
> - @rm -f $@
> $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
> endif
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list