last-svn-commit-76-g3e079f7 Update PNG-to-EPS conversion rule.

* doc/Makefile.am (.png.eps): No longer try to build figures/ in the build directory. --- milena/ChangeLog | 7 +++++++ milena/doc/Makefile.am | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 9712e1a..d9517af 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Update PNG-to-EPS conversion rule. + + * doc/Makefile.am (.png.eps): No longer try to build figures/ in + the build directory. + +2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Remove useless paths in texi2dvi invocations. * doc/Makefile.am (TEXI2DVI_FLAGS): diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index e214cf7..f40cd4b 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -639,12 +639,9 @@ PNGS = \ EPSS = $(PNGS:png=eps) -# FIXME: we want to check if 'figures' exists only once! .png.eps: - test -d figures || mkdir figures convert $< $@ - white-paper: white-paper-pdf white-paper-html # FIXME: As in milena/doc/Makefile.am, we should probably strip -- 1.5.6.5
participants (1)
-
Roland Levillain