summaryrefslogtreecommitdiff
path: root/makefiles/gmake/help.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 11:11:31 +0100
commit6ce34263d161c066e3f3347cb83626b13753818b (patch)
tree36332ab49fcedc870efba1d7002832a1fbafccde /makefiles/gmake/help.mk
parent3404f2ca1994cf219992cc0e1c2a6e77068c1f5f (diff)
downloadwolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.gz
wolfbones-6ce34263d161c066e3f3347cb83626b13753818b.tar.bz2
started to add PostgreSQL-like gettext support
Diffstat (limited to 'makefiles/gmake/help.mk')
-rw-r--r--makefiles/gmake/help.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index 60b2e94..aaf311a 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -9,3 +9,6 @@ make distclean clean up all generated artifacts
make install install (set 'DESTDIR' and 'prefix' at will)
make dist[-Z|-gz|-bz2] create tarball containing all sources
make help show this very help page
+make init-po create initial version of the gettext files
+make update-po update the gettext files after changes
+make check-po check sanity of gettext files