mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +03:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
|
LANG=it
|
||
|
mandir = @mandir@/$(LANG)
|
||
|
if USE_MCFS
|
||
|
man_MANS = mc.1
|
||
|
else
|
||
|
man_MANS = mc.1
|
||
|
endif
|