mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-22 14:38:25 +00:00
commit
f7057b7d03
@ -1,13 +1,15 @@
|
||||
LOCALEDIR ?= /usr/share/locale
|
||||
TOMBFILE = LC_MESSAGES/tomb.po
|
||||
TOMBFILE = LC_MESSAGES/tomb.mo
|
||||
|
||||
all:
|
||||
@rm -f tomb.pot
|
||||
@./generate_translatable_strings.sh > tomb.pot
|
||||
@echo "Strings generated in tomb.pot"
|
||||
|
||||
install: *.mo
|
||||
@install -Dm755 es.mo ${LOCALEDIR}/es/${TOMBFILE}
|
||||
install: es.mo ru.mo fr.mo
|
||||
@install -Dm644 es.mo ${LOCALEDIR}/es/${TOMBFILE}
|
||||
@install -Dm644 ru.mo ${LOCALEDIR}/ru/${TOMBFILE}
|
||||
@install -Dm644 fr.mo ${LOCALEDIR}/fr/${TOMBFILE}
|
||||
|
||||
es.mo: es.po
|
||||
%.mo: %.po
|
||||
msgfmt -o $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user