change paths of related files to XDG specs
This commit is contained in:
parent
2476cbfa1b
commit
6b8a163158
1 changed files with 2 additions and 2 deletions
|
|
@ -164,9 +164,9 @@ For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.LP
|
||||||
.RE
|
.RE
|
||||||
.SH FILES
|
.SH FILES
|
||||||
"~/.weboob/backends" """ % application.COPYRIGHT
|
"~/.config/weboob/backends" """ % application.COPYRIGHT
|
||||||
if len(app.CONFIG) > 0:
|
if len(app.CONFIG) > 0:
|
||||||
footer += '\n\n "~/.weboob/%s"' % app.APPNAME
|
footer += '\n\n "~/.config/weboob/%s"' % app.APPNAME
|
||||||
|
|
||||||
# Skip internal applications.
|
# Skip internal applications.
|
||||||
footer += "\n\n.SH SEE ALSO\nHome page: http://weboob.org/applications/%s" % application.APPNAME
|
footer += "\n\n.SH SEE ALSO\nHome page: http://weboob.org/applications/%s" % application.APPNAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue