commit c656903a67b19d5d496b393b86d748ddfeb99efd Author: Isis Lovecruft isis@torproject.org Date: Thu Apr 24 21:13:15 2014 +0000
Add Makefile directive to create the bridgedb.pot template. --- Makefile | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile index 9b2bd5e..0184291 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ reinstall: uninstall force-install translations: ./maint/get-completed-translations
+translations-template: + python setup.py extract_messages + docs: python setup.py build_sphinx
tor-commits@lists.torproject.org