mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +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
|