adds 'a generation notice'

This commit is contained in:
Pierre-Yves David 2008-06-09 16:23:57 +02:00
parent 9155efe150
commit a69b0021cb

View File

@ -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