From: Michael Tremer Date: Thu, 26 Oct 2017 14:52:17 +0000 (+0100) Subject: Make "make distcheck" happy X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4141bbd2dad12b9be87e9479edde702ac0c1140;p=pbs.git Make "make distcheck" happy Signed-off-by: Michael Tremer --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 57cfeab8..49575c82 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -158,10 +158,13 @@ src/templates/user-profile-passwd.html src/templates/user-profile-passwd-ok.html src/hub/handlers.py src/hub/__init__.py +src/web/__init__.py src/web/api.py -src/web/handlers_auth.py -src/web/handlers_base.py -src/web/handlers_builds.py +src/web/auth.py +src/web/base.py +src/web/builders.py +src/web/builds.py +src/web/mirrors.py src/web/handlers_distro.py src/web/handlers_jobs.py src/web/handlers_keys.py @@ -170,6 +173,4 @@ src/web/handlers.py src/web/handlers_search.py src/web/handlers_updates.py src/web/handlers_users.py -src/web/__init__.py -src/web/mirrors.py src/web/ui_modules.py