ncursesw-morphos/man/Makefile.in

81 lines
3.4 KiB
Makefile
Raw Normal View History

# $Id: Makefile.in,v 1.40 2006/12/24 20:16:32 tom Exp $
1998-03-01 12:21:12 +08:00
##############################################################################
2005-10-10 02:41:57 +08:00
# Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. #
1998-03-01 12:21:12 +08:00
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
# copy of this software and associated documentation files (the "Software"), #
# to deal in the Software without restriction, including without limitation #
# the rights to use, copy, modify, merge, publish, distribute, distribute #
# with modifications, sublicense, and/or sell copies of the Software, and to #
# permit persons to whom the Software is furnished to do so, subject to the #
# following conditions: #
# #
# The above copyright notice and this permission notice shall be included in #
# all copies or substantial portions of the Software. #
# #
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER #
# DEALINGS IN THE SOFTWARE. #
# #
# Except as contained in this notice, the name(s) of the above copyright #
# holders shall not be used in advertising or otherwise to promote the sale, #
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
#
2004-02-09 10:15:26 +08:00
# Author: Thomas E. Dickey 1996,1997
1998-03-01 12:21:12 +08:00
#
1997-05-15 12:00:00 +08:00
# Makefile for ncurses manual pages.
#
# NOTE: When you add or rename a man page, make sure you update both
# the top-level MANIFEST and any man/*.renames files!
SHELL = /bin/sh
2000-10-21 12:42:11 +08:00
DESTDIR = @DESTDIR@
1997-05-15 12:00:00 +08:00
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
mandir = @mandir@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
1998-03-01 12:21:12 +08:00
all \
2002-10-13 11:35:53 +08:00
sources : terminfo.5
depend :
2005-10-10 02:41:57 +08:00
tags :
1997-05-15 12:00:00 +08:00
2000-10-21 12:42:11 +08:00
$(DESTDIR)$(mandir) :
2002-10-13 11:35:53 +08:00
sh $(srcdir)/../mkinstalldirs $@
1997-05-15 12:00:00 +08:00
2000-10-21 12:42:11 +08:00
EDITARGS = $(DESTDIR)$(mandir) $(srcdir) terminfo.5 $(srcdir)/*.[0-9]*
2000-07-09 10:46:08 +08:00
2000-10-21 12:42:11 +08:00
install install.man : terminfo.5 $(DESTDIR)$(mandir)
2005-10-10 02:41:57 +08:00
sh ../edit_man.sh normal installing $(EDITARGS)
1998-03-01 12:21:12 +08:00
uninstall uninstall.man :
2005-10-10 02:41:57 +08:00
-sh ../edit_man.sh normal removing $(EDITARGS)
1997-05-15 12:00:00 +08:00
# We compose terminfo.5 from the real sources...
2002-10-13 11:35:53 +08:00
CAPLIST=$(srcdir)/../include/@TERMINFO_CAPS@
1997-05-15 12:00:00 +08:00
terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
1998-03-01 12:21:12 +08:00
mostlyclean :
2002-10-13 11:35:53 +08:00
-rm -f core tags TAGS *~ *.bak *.ln *.atac trace
1998-03-01 12:21:12 +08:00
clean: mostlyclean
1997-05-15 12:00:00 +08:00
rm -f terminfo.5
2005-10-10 02:41:57 +08:00
../edit_man.sed : make_sed.sh @MANPAGE_RENAMES@
sh $(srcdir)/make_sed.sh @MANPAGE_RENAMES@ >../edit_man.sed
2002-10-13 11:35:53 +08:00
1997-05-15 12:00:00 +08:00
distclean realclean: clean
rm -f Makefile ../edit_man.* ../man_alias.*