mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
if MCSERV_INSTALL
|
|
man_MANS = mc.1 mcedit.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1
|
|
endif
|
|
|
|
EXTRA_DIST = DEVEL ru/mc.1.in
|