From 6b8a1631586079fa167e926f88ec637dae8b6a09 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 3 Mar 2012 23:19:38 +0100 Subject: [PATCH] change paths of related files to XDG specs --- tools/make_man.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make_man.py b/tools/make_man.py index 0a5a7964..0afff1aa 100755 --- a/tools/make_man.py +++ b/tools/make_man.py @@ -164,9 +164,9 @@ For full COPYRIGHT see COPYING file with weboob package. .LP .RE .SH FILES - "~/.weboob/backends" """ % application.COPYRIGHT + "~/.config/weboob/backends" """ % application.COPYRIGHT if len(app.CONFIG) > 0: - footer += '\n\n "~/.weboob/%s"' % app.APPNAME + footer += '\n\n "~/.config/weboob/%s"' % app.APPNAME # Skip internal applications. footer += "\n\n.SH SEE ALSO\nHome page: http://weboob.org/applications/%s" % application.APPNAME