mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
f17e11bc9f
* acinclude.m4: ... --with-mcfs. Adjust makefiles. * INSTALL: Document --with-mcfs.
17 lines
332 B
Makefile
17 lines
332 B
Makefile
SUBDIRS = es hu it pl ru
|
|
|
|
if USE_MCFS
|
|
man_MANS = mc.1 mcedit.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1
|
|
endif
|
|
|
|
mclibdir = $(libdir)/mc
|
|
mclib_DATA = mc.hlp
|
|
|
|
EXTRA_DIST = DEVEL xnc.hlp
|
|
CLEANFILES = $(mclib_DATA)
|
|
|
|
mc.hlp: mc.1 $(srcdir)/xnc.hlp $(top_builddir)/src/man2hlp
|
|
- $(top_builddir)/src/man2hlp 58 mc.1 $(srcdir)/xnc.hlp mc.hlp
|