mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
9 lines
166 B
Makefile
9 lines
166 B
Makefile
DIST_SUBDIRS = es hu it pl ru sr
|
|
SUBDIRS = $(DOC_LINGUAS)
|
|
|
|
if ENABLE_VFS_MCFS
|
|
man_MANS = mc.1 mcedit.1 mcview.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1 mcview.1
|
|
endif
|