mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
f0182a6969
Changes logic in m4 files for more sense of configure options. Renamed --with-mcfs ro --enable-mcserver
9 lines
166 B
Makefile
9 lines
166 B
Makefile
DIST_SUBDIRS = es hu it pl ru sr
|
|
SUBDIRS = $(DOC_LINGUAS)
|
|
|
|
if ENABLE_MCSERVER
|
|
man_MANS = mc.1 mcedit.1 mcview.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1 mcview.1
|
|
endif
|