make works with python3

This commit is contained in:
Bob Mottram
2018-11-18 20:19:43 +00:00
parent a6cda973df
commit 8d19d4049a
2 changed files with 2 additions and 2 deletions

View File

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