From ec2e54df81f457b375858138299b02164925c831 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 24 Jan 2010 10:41:07 +0100 Subject: [PATCH] * src/sanity/Makefile.am (EXTRA_DIST): Distribute readme.test. --- ChangeLog | 4 ++++ src/sanity/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c254b4f15..dae613eb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-24 Alexandre Duret-Lutz + + * src/sanity/Makefile.am (EXTRA_DIST): Distribute readme.test. + 2010-01-24 Alexandre Duret-Lutz * README: Add descriptions for subdirectories of bench/, src/sanity, diff --git a/src/sanity/Makefile.am b/src/sanity/Makefile.am index d787cb62a..a9bf2e2b7 100644 --- a/src/sanity/Makefile.am +++ b/src/sanity/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), +## Copyright (C) 2004, 2010 Laboratoire d'Informatique de Paris 6 (LIP6), ## département Systèmes Répartis Coopératifs (SRC), Université Pierre ## et Marie Curie. ## @@ -47,4 +47,4 @@ installcheck-local: CLEANFILES = failures incltest.* -EXTRA_DIST = includes.test 80columns.test style.test +EXTRA_DIST = includes.test 80columns.test style.test readme.test