add global update-po target
This commit is contained in:
parent
f82a51aee5
commit
1379396664
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
EXTRA_DIST = config/config.rpath
|
||||
|
||||
update-po:
|
||||
@cd po && make $@ || exit $?
|
||||
|
||||
# latest graph-includes.pl can be found currently at http://ydirson.free.fr/soft/wesnoth/graphs/
|
||||
wesnoth-deps.dot:
|
||||
(cd $(top_srcdir) && graph-includes -verbose --class wesnoth --group 1-1 \
|
||||
|
|
Loading…
Add table
Reference in a new issue