forked from cromer/pamac-classic
improve makefiles
This commit is contained in:
12
po/Makefile
Normal file
12
po/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
MSGLANGS=$(notdir $(wildcard *.po))
|
||||
|
||||
MSGOBJS=$(addprefix locale/,$(MSGLANGS:.po=/LC_MESSAGES/pamac.mo))
|
||||
|
||||
locale/%/LC_MESSAGES/pamac.mo: %.po
|
||||
msgfmt -c -o $*.mo $*.po
|
||||
mkdir -p $(dir $@)
|
||||
cp $*.mo $(dir $@)pamac.mo
|
||||
|
||||
gettext: $(MSGOBJS)
|
||||
itstool -j ../data/polkit/org.manjaro.pamac.policy.in -o ../data/polkit/org.manjaro.pamac.policy $(MSGLANGS:.po=.mo)
|
Reference in New Issue
Block a user