Hi!

How can they be exist if rule executes?

Alon.

On 10/9/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Revision: 3579
>  Author:   ludovic.rousseau
>  Date:     2008-10-09 10:35:32 +0200 (Thu, 09 Oct 2008)
>
>  Log Message:
>  -----------
>  remove html.out and man.out before filling them to avoid problems
>  when/if they already contain a html.tmp or man.tmp file (on the 3rd
>  execution of make)
>
>  Modified Paths:
>  --------------
>     trunk/doc/Makefile.am
>  Modified: trunk/doc/Makefile.am
>  ===================================================================
>  --- trunk/doc/Makefile.am       2008-10-09 08:32:14 UTC (rev 3578)
>  +++ trunk/doc/Makefile.am       2008-10-09 08:35:32 UTC (rev 3579)
>  @@ -39,15 +39,15 @@
>
>   html.out/*:    api.work
>         test -n "$(XSLTPROC)"
>  -       -rm -fr html.tmp
>  +       -rm -fr html.tmp html.out
>         $(MKDIR_P) html.tmp
>         $(XSLTPROC) --nonet --path "$(srcdir)/api" --xinclude -o 
> "html.tmp/api.html" "api.work/html.xsl" "$(srcdir)/api/api.xml"
>         $(XSLTPROC) --nonet --path "$(srcdir)/api" --xinclude -o 
> "html.tmp/tools.html" "api.work/html.xsl" "$(srcdir)/tools/tools.xml"
>         mv html.tmp html.out
>
>  -man.out/*.1:   api.work
>  +man.out/*.1: api.work
>         test -n "$(XSLTPROC)"
>  -       -rm -fr man.tmp
>  +       -rm -fr man.tmp man.out
>         $(MKDIR_P) man.tmp
>         $(XSLTPROC) --nonet --path "$(srcdir)/api" --xinclude -o "man.tmp/" 
> "api.work/man.xsl" "$(srcdir)/api/api.xml"
>         $(XSLTPROC) --nonet --path "$(srcdir)/api" --xinclude -o "man.tmp/" 
> "api.work/man.xsl" "$(srcdir)/tools/tools.xml"
>
>
>
>  _______________________________________________
>  opensc-commits mailing list
>  [EMAIL PROTECTED]
>  http://www.opensc-project.org/mailman/listinfo/opensc-commits
>
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to