* 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 051641a..174692d 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,12 @@
2010-03-17 Roland Levillain <roland(a)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(a)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
Show replies by date