blob: 414c19a7e340cbdca4b4ed1ffc6fa5f090a6fcd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUBDIRS = LC_MESSAGES
BUILT_SOURCES =
EXTRA_DIST =
include $(top_srcdir)/build/makefiles/sphinx.am
init:
cd LC_MESSAGES && $(MAKE) $@
update-po:
cd LC_MESSAGES && $(MAKE) update
|