* doc/Makefile.am (EXTRA_DIST): Add gen-split-outputs-mk.
Aesthetic changes.
---
milena/ChangeLog | 7 +++++++
milena/doc/Makefile.am | 17 ++++++++++-------
2 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 628f569..55db7c1 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,12 @@
2010-03-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Distribute doc/gen-split-outputs-mk.
+
+ * doc/Makefile.am (EXTRA_DIST): Add gen-split-outputs-mk.
+ Aesthetic changes.
+
+2010-03-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Make a more portable use of mktemp.
* doc/gen-split-examples-mk,
diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am
index 8209278..b36ad89 100644
--- a/milena/doc/Makefile.am
+++ b/milena/doc/Makefile.am
@@ -217,6 +217,9 @@ MAINTAINERCLEANFILES += $(PNG_FIGURES)
## Examples. ##
## ---------- ##
+# Generate a Makefile helper containing a variable assignment.
+EXTRA_DIST += gen-make-variable
+
$(srcdir)/examples.mk: $(srcdir)/gen-make-variable
rm -f $@.tmp
$(srcdir)/gen-make-variable EXAMPLES \
@@ -259,6 +262,8 @@ EXTRA_DIST += $(MORE_EXAMPLES)
## Split examples. ##
## ---------------- ##
+# Generate a Makefile helper handling the generation of split examples.
+EXTRA_DIST += gen-split-examples-mk
$(srcdir)/split-examples.mk: $(srcdir)/gen-split-examples-mk
rm -f $@.tmp
cd $(srcdir) && ./gen-split-examples-mk >split-examples.mk.tmp
@@ -912,6 +917,9 @@ MORE_OUTPUTS = \
$(srcdir)/outputs/win-create-1-display.txt
EXTRA_DIST += $(MORE_OUTPUTS)
+# FIXME: Can't we implement this using `gen-make-variable'?
+EXTRA_DIST += gen-examples-outputs-mk
+
$(srcdir)/examples-outputs.mk: $(srcdir)/gen-examples-outputs-mk
rm -f $@.tmp
# Ignore sources in examples/trash/.
@@ -939,6 +947,8 @@ regen-examples-outputs-mk:
## Split outputs. ##
## --------------- ##
+# Generate a Makefile helper handling the generation of split outputs.
+EXTRA_DIST += gen-split-outputs-mk
$(srcdir)/split-outputs.mk: $(srcdir)/gen-split-outputs-mk
rm -f $@.tmp
cd $(srcdir) && ./gen-split-outputs-mk >split-outputs.mk.tmp
@@ -1025,10 +1035,3 @@ EXTRA_DIST += \
tools/sample_utils.hh \
tools/split_sample.sh \
tools/todoxygen.sh
-
-# Generate a Makefile helper containing a variable assignment.
-EXTRA_DIST += gen-make-variable
-# FIXME: Can't we implement this using `gen-make-variable'?
-EXTRA_DIST += gen-examples-outputs-mk
-# Generate a Makefile handling the generation of split examples.
-EXTRA_DIST += gen-split-examples-mk
--
1.5.6.5