* tests/accu/stat/Makefile.am,
* tests/fun/stat/Makefile.am,
* tests/linear/gaussian/Makefile.am,
* tests/morpho/reconstruction/Makefile.am,
* tests/morpho/reconstruction/by_dilation/Makefile.am,
* tests/morpho/reconstruction/by_erosion/Makefile.am,
* tests/topo/skeleton/Makefile.am,
* tests/transformation/Makefile.am,
* tests/world/binary_2d/Makefile.am,
* tests/world/inter_pixel/Makefile.am:
Do not impose Emacs' Makefile major mode.
* tests/tests-recursive.mk: Typo in comment.
---
milena/ChangeLog | 17 +++++++++++++++++
milena/tests/accu/stat/Makefile.am | 2 +-
milena/tests/fun/stat/Makefile.am | 2 +-
milena/tests/linear/gaussian/Makefile.am | 2 +-
milena/tests/morpho/reconstruction/Makefile.am | 2 +-
.../morpho/reconstruction/by_dilation/Makefile.am | 2 +-
.../morpho/reconstruction/by_erosion/Makefile.am | 2 +-
milena/tests/tests-recursive.mk | 2 +-
milena/tests/topo/skeleton/Makefile.am | 2 +-
milena/tests/transformation/Makefile.am | 2 +-
milena/tests/world/binary_2d/Makefile.am | 2 +-
milena/tests/world/inter_pixel/Makefile.am | 2 +-
12 files changed, 28 insertions(+), 11 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 02ce5f7..067847e 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,22 @@
2009-06-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Normalize Makefiles' (short) headers.
+
+ * tests/accu/stat/Makefile.am,
+ * tests/fun/stat/Makefile.am,
+ * tests/linear/gaussian/Makefile.am,
+ * tests/morpho/reconstruction/Makefile.am,
+ * tests/morpho/reconstruction/by_dilation/Makefile.am,
+ * tests/morpho/reconstruction/by_erosion/Makefile.am,
+ * tests/topo/skeleton/Makefile.am,
+ * tests/transformation/Makefile.am,
+ * tests/world/binary_2d/Makefile.am,
+ * tests/world/inter_pixel/Makefile.am:
+ Do not impose Emacs' Makefile major mode.
+ * tests/tests-recursive.mk: Typo in comment.
+
+2009-06-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Remove dead code in mln/io/.
* mln/io/tiff/all.hh: Remove spurious (disabled) header inclusion.
diff --git a/milena/tests/accu/stat/Makefile.am b/milena/tests/accu/stat/Makefile.am
index 2e2b71c..3c06e9d 100644
--- a/milena/tests/accu/stat/Makefile.am
+++ b/milena/tests/accu/stat/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/stat/Makefile.am b/milena/tests/fun/stat/Makefile.am
index c9bc2e6..44c46b4 100644
--- a/milena/tests/fun/stat/Makefile.am
+++ b/milena/tests/fun/stat/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/linear/gaussian/Makefile.am
b/milena/tests/linear/gaussian/Makefile.am
index fece08a..0be7cfd 100644
--- a/milena/tests/linear/gaussian/Makefile.am
+++ b/milena/tests/linear/gaussian/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/reconstruction/Makefile.am
b/milena/tests/morpho/reconstruction/Makefile.am
index 6e2b3b9..cf7d2a8 100644
--- a/milena/tests/morpho/reconstruction/Makefile.am
+++ b/milena/tests/morpho/reconstruction/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/reconstruction/by_dilation/Makefile.am
b/milena/tests/morpho/reconstruction/by_dilation/Makefile.am
index fd83a0b..3fe5fed 100644
--- a/milena/tests/morpho/reconstruction/by_dilation/Makefile.am
+++ b/milena/tests/morpho/reconstruction/by_dilation/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/reconstruction/by_erosion/Makefile.am
b/milena/tests/morpho/reconstruction/by_erosion/Makefile.am
index fd83a0b..3fe5fed 100644
--- a/milena/tests/morpho/reconstruction/by_erosion/Makefile.am
+++ b/milena/tests/morpho/reconstruction/by_erosion/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/tests-recursive.mk b/milena/tests/tests-recursive.mk
index b650bd7..800ef6d 100644
--- a/milena/tests/tests-recursive.mk
+++ b/milena/tests/tests-recursive.mk
@@ -1,5 +1,5 @@
# tests-recursive.mk -*- Automake -*-
-# Compile tests recursively, but don't them.
+# Compile tests recursively, but don't run them.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
diff --git a/milena/tests/topo/skeleton/Makefile.am
b/milena/tests/topo/skeleton/Makefile.am
index ff96b31..f871394 100644
--- a/milena/tests/topo/skeleton/Makefile.am
+++ b/milena/tests/topo/skeleton/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/transformation/Makefile.am
b/milena/tests/transformation/Makefile.am
index 39471ee..4d63258 100644
--- a/milena/tests/transformation/Makefile.am
+++ b/milena/tests/transformation/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/world/binary_2d/Makefile.am
b/milena/tests/world/binary_2d/Makefile.am
index 560e3f1..d64197e 100644
--- a/milena/tests/world/binary_2d/Makefile.am
+++ b/milena/tests/world/binary_2d/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/world/inter_pixel/Makefile.am
b/milena/tests/world/inter_pixel/Makefile.am
index 89f7bf7..3df9715 100644
--- a/milena/tests/world/inter_pixel/Makefile.am
+++ b/milena/tests/world/inter_pixel/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
--
1.6.1.2