mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-05 11:04:42 +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
|