mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
SUBDIRS = ru
|
|
|
|
if MCSERV_INSTALL
|
|
man_MANS = mc.1 mcedit.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1
|
|
endif
|
|
|
|
EXTRA_DIST = DEVEL
|