Generate gmo with every build
This commit is contained in:
parent
548dbed52a
commit
670a699a3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ po/POTFILES
|
|||||||
po/Rules-quot
|
po/Rules-quot
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
po/*.header
|
po/*.header
|
||||||
|
po/*.gmo
|
||||||
po/*.sed
|
po/*.sed
|
||||||
po/*.sin
|
po/*.sin
|
||||||
src/pam_panic/man/*
|
src/pam_panic/man/*
|
||||||
|
@ -6,5 +6,11 @@ SUBDIRS = po po4a src/pam_panic src/pam_panic_pw
|
|||||||
|
|
||||||
.PHONY: all test clean
|
.PHONY: all test clean
|
||||||
|
|
||||||
|
|
||||||
|
update-po:
|
||||||
|
make -C po update-po
|
||||||
|
|
||||||
|
all: update-po
|
||||||
|
|
||||||
test:
|
test:
|
||||||
make -C test
|
make -C test
|
||||||
|
Loading…
Reference in New Issue
Block a user