summaryrefslogtreecommitdiff
path: root/man/Makefile
blob: 1a62e65420934b4c2d632c1f933d304b662e9441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
#

TOPDIR = ..
include $(TOPDIR)/include/builddefs

SUBDIRS = man1 man2 man3 man5

default install install-dev install-lib: $(SUBDIRS)
	$(SUBDIRS_MAKERULE)

include $(BUILDRULES)