[passepartout] added the hack that Claude requested to satisfy damned-lies



commit 66c9b0b47c0b4389ed173fa9ea335e2ad6a45945
Author: Sven Herzberg <sven lanedo com>
Date:   Tue Apr 28 09:59:32 2009 +0200

    added the hack that Claude requested to satisfy damned-lies
    
    * help/Makefile.am: don't $(NULL)-terminate the list
---
 help/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/help/Makefile.am b/help/Makefile.am
index 55ba719..a245ace 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,8 +6,8 @@ DOC_INCLUDES=\
 	faq.xml \
 	legal.xml \
 	nsfaq.xml \
-	users_guide.xml \
-	$(NULL)
+	users_guide.xml
+
 DOC_ENTITIES=\
 	../version.txt \
 	$(NULL)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]