8 строки
105 B
Makefile
8 строки
105 B
Makefile
LANG=sr
|
|
mandir = @mandir@/$(LANG)
|
|
if ENABLE_VFS_MCFS
|
|
man_MANS = mc.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1
|
|
endif
|