[Vegan-commits] r363 - branches/1.13/inst/doc pkg/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 21 10:20:02 CEST 2008
Author: jarioksa
Date: 2008-05-21 10:20:02 +0200 (Wed, 21 May 2008)
New Revision: 363
Modified:
branches/1.13/inst/doc/Makefile
pkg/inst/doc/Makefile
Log:
better cleanup after building docs
Modified: branches/1.13/inst/doc/Makefile
===================================================================
--- branches/1.13/inst/doc/Makefile 2008-05-21 08:08:17 UTC (rev 362)
+++ branches/1.13/inst/doc/Makefile 2008-05-21 08:20:02 UTC (rev 363)
@@ -3,7 +3,7 @@
texi2dvi --pdf --clean FAQ-vegan.texi
decision-vegan.pdf: decision-vegan.tex
texi2dvi --pdf --clean decision-vegan.tex
- -rm -f decision-vegan-0*.* Rplots.ps
+ -rm -f decision-vegan-0*.* Rplots.*
intro-vegan.pdf: intro-vegan.tex
texi2dvi --pdf --clean intro-vegan.tex
-rm -f intro-vegan-0*.* Rplots.ps
Modified: pkg/inst/doc/Makefile
===================================================================
--- pkg/inst/doc/Makefile 2008-05-21 08:08:17 UTC (rev 362)
+++ pkg/inst/doc/Makefile 2008-05-21 08:20:02 UTC (rev 363)
@@ -3,7 +3,7 @@
texi2dvi --pdf --clean FAQ-vegan.texi
decision-vegan.pdf: decision-vegan.tex
texi2dvi --pdf --clean decision-vegan.tex
- -rm -f decision-vegan-0*.* Rplots.ps
+ -rm -f decision-vegan-0*.* Rplots.*
intro-vegan.pdf: intro-vegan.tex
texi2dvi --pdf --clean intro-vegan.tex
-rm -f intro-vegan-0*.* Rplots.ps
More information about the Vegan-commits
mailing list