mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
hintdir = $(pkgdatadir)/hints
|
||
|
|
||
|
HINTFILES_LANG = $(srcdir)/mc.hint.*
|
||
|
|
||
|
hint_DATA = $(HINTFILES_LANG)
|
||
|
|
||
|
# Files processed by configure don't need to be here
|
||
|
EXTRA_DIST = $(HINTFILES_LANG)
|