mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
280194ec15
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
12 lines
278 B
Makefile
12 lines
278 B
Makefile
HINTFILES = \
|
|
mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
|
|
mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.sr mc.hint.uk \
|
|
mc.hint.zh
|
|
|
|
hintdir = $(pkgdatadir)/hints
|
|
hint_DATA = $(HINTFILES)
|
|
|
|
# Files processed by configure don't need to be here
|
|
EXTRA_DIST = \
|
|
$(HINTFILES)
|