man2rst.py: Add "DO NOT MODIFY THIS FILE!" comment

This commit is contained in:
Tatsuhiro Tsujikawa 2014-10-25 00:35:18 +09:00
parent 6933e0ef54
commit 6ccae48f7c
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ def man2rst(f):
expect_arg = False
in_arg = False
sys.stdout.write('.. DO NOT MODIFY THIS FILE! '
'It was generated by man2rst.py\n\n')
for line in f:
line = line.rstrip()