##
##	Ohio Trollius
##	Copyright 1997 The Ohio State University
##
##	Function:	- shared pages
##

DEPTH   = ../..

##
## global configuration
##
include $(DEPTH)/config.mk

MDIR	= $(LAMHOME)/man/share

PAGES 	= $(MDIR)/mpi

all:

clean:

depend:

install: $(MDIR) $(PAGES)

$(MDIR):
	$(INSTALL) -m $(DIR_PERMS) -d $(MDIR)

#
# dependencies
#
$(MDIR)/mpi: mpi
	$(INSTALL) -c -m $(FILE_PERMS) mpi $(MDIR)

