Navigation Menu

Skip to content

Commit

Permalink
doc: re-add "update" target in "doc/locale/${LANG}/LC_MESSAGES"
Browse files Browse the repository at this point in the history
Reported by cosmo0920. Thanks!!!
  • Loading branch information
kou committed Aug 20, 2014
1 parent 99297fb commit bfcf7a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/makefiles/gettext.am
Expand Up @@ -18,7 +18,7 @@ endif

SUFFIXES += .pot .po .mo .edit

.PHONY: gettext build
.PHONY: gettext update build

.pot.edit:
if test -f $*.po; then \
Expand Down Expand Up @@ -47,8 +47,10 @@ SUFFIXES += .pot .po .mo .edit
msgfmt -o $@ $<

if DOCUMENT_BUILDABLE
build: pot-build-stamp edit-po-build-stamp $(mo_files)
update: pot-build-stamp edit-po-build-stamp
build: update $(mo_files)
else
update:
build:
endif

Expand Down

0 comments on commit bfcf7a2

Please sign in to comment.