mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
12 lines
184 B
Text
12 lines
184 B
Text
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
|