mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +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
|