15 lines
208 B
Makefile
15 lines
208 B
Makefile
if USE_NLS
|
|
SUBDIRS = l10n
|
|
endif
|
|
|
|
DIST_SUBDIRS = l10n
|
|
|
|
HINTFILE = mc.hint
|
|
|
|
hintdir = $(pkgdatadir)/hints
|
|
|
|
hint_DATA = $(HINTFILE)
|
|
|
|
# Files processed by configure don't need to be here
|
|
EXTRA_DIST = $(HINTFILE)
|