Add missing "whatis entry" to man pages
This is recommended by Debian. closes #618
This commit is contained in:
parent
690747dbf2
commit
ae06ae3384
64 changed files with 284 additions and 213 deletions
|
|
@ -27,7 +27,8 @@ class QWebContentEdit(QtApplication):
|
|||
APPNAME = 'qwebcontentedit'
|
||||
VERSION = '0.f'
|
||||
COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner'
|
||||
DESCRIPTION = 'Qt application allowing to manage contents of various websites.'
|
||||
DESCRIPTION = "Qt application allowing to manage content of various websites."
|
||||
SHORT_DESCRIPTION = "manage websites content"
|
||||
CAPS = ICapContent
|
||||
|
||||
def main(self, argv):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue