# Generated automatically from Makefile.in by configure.
#
# man/Makefile.in  --
#
# Makefile for Extended Tcl manual pages.  All that is done is installation.
# 
#------------------------------------------------------------------------------
# Copyright 1992-1995 Karl Lehenbauer and Mark Diekhans.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
# that the above copyright notice appear in all copies.  Karl Lehenbauer and
# Mark Diekhans make no representations about the suitability of this
# software for any purpose.  It is provided "as is" without express or
# implied warranty.
#------------------------------------------------------------------------------
# $Id: Makefile.in,v 5.0 1995/07/25 05:40:38 markd Rel $
#------------------------------------------------------------------------------
#
SHELL = /bin/sh

#------------------------------------------------------------------------------
# Autoconfig defines that can be overridden in Config.mk

srcdir            = .
srcbasedir        = /opt/dsap/tcl7.4tk4.0/itcl2.0/tclX7.4a-p2
bldbasedir        = /opt/dsap/tcl7.4tk4.0/itcl2.0/tclX7.4a-p2
prefix            = /opt/dsap/tcl7.4tk4.0
MAN_DIR_SEPARATOR = 

#------------------------------------------------------------------------------
# Include user-editable defines.

include ${bldbasedir}/Config.mk

#------------------------------------------------------------------------------

TCL_INST_MASTER  = ${TCL_MASTERDIR}/`../tools/tclxversion`
TK_INST_MASTER   = ${TK_MASTERDIR}/`../tools/tkxversion`
CPMANPAGES       = ../runtcl ../tools/cpmanpages

#------------------------------------------------------------------------------

install:
	${CPMANPAGES} -rmcat @${MAN_DIR_SEPARATOR}@ \
	    ${TCL_MAN_CMD_SECTION} ${TCL_MAN_FUNC_SECTION} @@ \
	    ${srcbasedir}/man ${INSTALL_ROOT}${TCL_MAN_BASEDIR}

install-master:
	${CPMANPAGES} @${MAN_DIR_SEPARATOR}@ \
	    ${TCL_MAN_CMD_SECTION} ${TCL_MAN_FUNC_SECTION} @@ \
	    ${TCL_UCB_SRC}/doc ${INSTALL_ROOT}${TCL_INST_MASTER}/man
	${CPMANPAGES} @${MAN_DIR_SEPARATOR}@ \
	    ${TCL_MAN_CMD_SECTION} ${TCL_MAN_FUNC_SECTION} @@ \
	    ${srcbasedir}/man ${INSTALL_ROOT}${TCL_INST_MASTER}/man

install-tk-master:
	${CPMANPAGES} @${MAN_DIR_SEPARATOR}@ \
	    ${TK_MAN_CMD_SECTION} ${TK_MAN_FUNC_SECTION} \
	    ${TK_MAN_UNIXCMD_SECTION} \
	    ${TK_UCB_SRC}/doc ${INSTALL_ROOT}${TK_INST_MASTER}/man

#------------------------------------------------------------------------------
clean:

distclean:
	rm -f Makefile

# Disable Sun's parallel make, it doesn't get the dependencies right.
.NO_PARALLEL:
