mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
support is disabled.
This commit is contained in:
parent
0f822eb355
commit
0f83af0eb6
@ -1,5 +1,8 @@
|
||||
2003-09-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
|
||||
support is disabled.
|
||||
|
||||
* lib/*.ti: Remove, these files are obsolete.
|
||||
* lib/tdiff: Likewise.
|
||||
* lib/xterm.tcap: Likewise.
|
||||
|
@ -1,5 +1,9 @@
|
||||
mandir = @mandir@/sr
|
||||
if USE_MCFS
|
||||
man_MANS = mc.1 mcserv.8
|
||||
else
|
||||
man_MANS = mc.1
|
||||
endif
|
||||
|
||||
pkgdata_DATA = mc.hlp.sr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user