make works with python3
This commit is contained in:
@@ -146,7 +146,7 @@ def jargonToManpage(manpageFilename, entries, version, publishername):
|
||||
fp.close()
|
||||
|
||||
os.system("gzip " + manpageFilename)
|
||||
print "manpage can be installed with the command:"
|
||||
print("manpage can be installed with the command:")
|
||||
print("sudo install -m 644 " + manpageFilename +
|
||||
".gz /usr/local/share/man/man1")
|
||||
|
||||
|
Reference in New Issue
Block a user