mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
f0182a6969
Changes logic in m4 files for more sense of configure options. Renamed --with-mcfs ro --enable-mcserver
8 lines
105 B
Makefile
8 lines
105 B
Makefile
LANG=sr
|
|
mandir = @mandir@/$(LANG)
|
|
if ENABLE_MCSERVER
|
|
man_MANS = mc.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1
|
|
endif
|