]> git.phdru.name Git - m_librarian.git/blob - m_librarian/translations/Makefile
Use gettext
[m_librarian.git] / m_librarian / translations / Makefile
1 %.mo: %.po
2         msgfmt -o $@ -- $<
3
4 po_files = $(shell echo *.po)
5 mo_files = $(patsubst %.po,%.mo,$(po_files))
6
7 .PHONY: all
8 all: $(mo_files)