tazbug diff Makefile @ rev 159
Remove ashism ==
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 08:28:10 2019 +0100 (2019-02-26) |
parents | 1f5468a81629 |
children |
line diff
1.1 --- a/Makefile Tue Feb 21 01:19:09 2017 +0100 1.2 +++ b/Makefile Tue Feb 26 08:28:10 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