]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - man/Makefile
xfsprogs: Release v4.19.0-rc1
[thirdparty/xfsprogs-dev.git] / man / Makefile
CommitLineData
959ef981 1# SPDX-License-Identifier: GPL-2.0
0d3e0b37 2# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
2bd0ea18
NS
3#
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
55910188 8SUBDIRS = man2 man3 man5 man8
2bd0ea18 9
2a519b73
BN
10default : $(SUBDIRS)
11
12install : $(addsuffix -install,$(SUBDIRS))
13
14install-dev : $(addsuffix -install-dev,$(SUBDIRS))
15
16%-install:
91128e4c 17 $(Q)$(MAKE) $(MAKEOPTS) -C $* install
2a519b73
BN
18
19%-install-dev:
91128e4c 20 $(Q)$(MAKE) $(MAKEOPTS) -C $* install-dev
2bd0ea18
NS
21
22include $(BUILDRULES)