mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
30dc7621d4
"--enable-mcserv-install" has heen specified. Don't quote the first argument in all calls to AM_CONDITIONAL to work around a bug in Automake 1.4. * doc/Makefile.am: Use MCSERV_INSTALL conditional. * vfs/Make-mc.in: Likewise.
8 lines
118 B
Makefile
8 lines
118 B
Makefile
if MCSERV_INSTALL
|
|
man_MANS = mc.1 mcedit.1 mcserv.8
|
|
else
|
|
man_MANS = mc.1 mcedit.1
|
|
endif
|
|
|
|
EXTRA_DIST = LSM DEVEL FILES
|