2008-07-28 Pavel Roskin <proski@gnu.org>

* genmk.rb: Add a warning to the beginning of the output that
	it's a generated file and should not be edited.
This commit is contained in:
proski 2008-07-28 22:35:40 +00:00
parent 96cdbeff6a
commit cfd0b4e6fa
10 changed files with 17 additions and 0 deletions

View file

@ -286,6 +286,10 @@ pmodules = []
programs = []
scripts = []
l = gets
print l
print "# Generated by genmk.rb, please don't edit!\n"
cont = false
s = nil
while l = gets