From a69b0021cb84c3d86180c30bda6988daf382571d Mon Sep 17 00:00:00 2001 From: Pierre-Yves David Date: Mon, 9 Jun 2008 16:23:57 +0200 Subject: [PATCH] adds 'a generation notice' --- doc/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/makefile b/doc/makefile index 3b83f6f8e..4e0481b9f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -23,6 +23,8 @@ features.html: echo "PyLint features" > ${SRC}/features.txt echo "===============" >> ${SRC}/features.txt echo "" >> ${SRC}/features.txt + echo ".. generated by pylint --list-msgs" >> ${SRC}/features.txt + echo "" >> ${SRC}/features.txt echo ".. contents::" >> ${SRC}/features.txt echo "" >> ${SRC}/features.txt pylint --list-msgs >> ${SRC}/features.txt