tazbug rev 156

added files to be searched by xgettext
author Hans-G?nter Theisgen
date Thu Jan 10 16:21:06 2019 +0100 (2019-01-10)
parents db4fbbd66ac3
children 7b341c6d120f
files Makefile
line diff
     1.1 --- a/Makefile	Thu Jan 10 10:36:26 2019 +0100
     1.2 +++ b/Makefile	Thu Jan 10 16:21:06 2019 +0100
     1.3 @@ -14,7 +14,11 @@
     1.4  
     1.5  pot:
     1.6  	xgettext -o po/tazbug.pot -L Shell --package-name="SliTaz Bugs" \
     1.7 -		./web/bugs.cgi 
     1.8 +		./web/bugs.cgi \
     1.9 +		./web/plugins/dashboard/dashboard.cgi \
    1.10 +		./web/plugins/mybugs/mybugs.cgi \
    1.11 +		./web/plugins/packages/packages.cgi \
    1.12 +		./web/plugins/users/users.cgi 
    1.13  	xgettext -o po/cli/tazbug-cli.pot -L Shell --package-name="Tazbug cli" \
    1.14  		./tazbug
    1.15