* Makefile.am: Excluded pipethough.3 from the distribution

as it is currently unused.
This commit is contained in:
Roland Illig 2004-11-19 14:17:19 +00:00
parent 17ec1c5476
commit 2d3fef18e5
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-11-19 Roland Illig <roland.illig@gmx.de>
* Makefile.am: Excluded pipethough.3 from the distribution
as it is currently unused.
2004-11-18 Pavel Shirshov <me@pavelsh.pp.ru>
* user.c (execute_menu_command): Revert last changes. Execute

View File

@ -61,10 +61,6 @@ SRCS = achown.c achown.h background.c background.h boxes.c boxes.h \
util.c util.h utilunix.c view.c view.h vfsdummy.h widget.c \
widget.h win.c win.h wtools.c wtools.h
if MAINTAINER_MODE
man_MANS= pipethrough.3
endif
if CHARSET
mc_SOURCES = $(SRCS) $(CHARSET_SRC)
else