File indexing completed on 2026-01-04 05:35:27

0001 GETTEXT_DEPLOY_DIR = $(DEPLOY_DIR)
0002 GETTEXT_INSTALL_DIR = $(INSTALL_DIR)/gettext
0003 
0004 $(GETTEXT_INSTALL_DIR):
0005         $(MAKE) -C ../gettext buildinstall
0006