Merge branch 'master' of git://git.pcp.io/pcp into multi-archive
[pcp.git] / man / man5 / GNUmakefile
blob447019376f25ec89f740bcdfdee0bd01cf58fa92
2 # Copyright (c) 2014 Red Hat.
3 # Copyright (c) 2000,2004 Silicon Graphics, Inc. All Rights Reserved.
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
16 TOPDIR = ../..
17 include $(TOPDIR)/src/include/builddefs
18 -include ./GNUlocaldefs
20 MAN_SECTION = 5
21 MAN_PAGES = $(shell echo *.5)
22 MAN_DEST = $(PCP_MAN_DIR)/man$(MAN_SECTION)
23 LSRCFILES = $(MAN_PAGES)
25 default_pcp default : $(MAN_PAGES)
27 include $(BUILDRULES)
29 install install_pcp : default
30 @$(INSTALL_MAN)