#
# Copyright (c) 1991 University College London
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that the above copyright notice and this paragraph are
# duplicated in all such forms and that any documentation,
# advertising materials, and other materials related to such
# distribution and use acknowledge that the software was developed
# by the Department of Computer Science, University College London.
# The name of the University may not be used to
# endorse or promote products derived from this software without
# specific prior written permission.
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#

MANPAGES =	M_InitialiseReq.3n M_Init.3n M_InitialiseResp.3n \
		M_TerminateReq.3n M_TerminateResp.3n M_AbortReq.3n m_assoc.3n \
		M_Get.3n M_GetRes.3n M_Set.3n M_SetRes.3n \
		M_Action.3n M_ActionRes.3n M_Create.3n M_CreateRes.3n \
		M_Delete.3n M_DeleteRes.3n M_EventRep.3n M_EventRepRes.3n \
		M_CancelGet.3n M_CancelGetRes.3n \
		initialiseSyntaxes.3n ava2str.3n mparse.3n external.3n mfree.3n

all:

install:	install-man

install-man:;	@for i in $(MANPAGES); \
		    do (echo "cp $$i $(MAN)/man3/$$i"; cp $$i $(MAN)/man3/$$i);\
		    done

