pmdalinux: fix zoneinfo protection metrics on 32-bit platforms
[pcp.git] / man / html / GNUmakefile
blob4f1d0f224faf218a721948eeb39244edbe770cbe
2 # Copyright (c) 2000,2004 Silicon Graphics, Inc. All Rights Reserved.
3 #
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by the
6 # Free Software Foundation; either version 2 of the License, or (at your
7 # option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 # for more details.
15 TOPDIR = ../..
16 include $(TOPDIR)/src/include/builddefs
18 CSSFILES = $(shell echo *.css)
19 HTMLFILES = $(shell echo *.html)
20 LSRCFILES = $(HTMLFILES) $(CSSFILES)
22 SUBDIRS = images cpuperf diskmodel diskperf importdata pmie pmview
24 default :: default_pcp
26 default_pcp : $(SUBDIRS)
27 $(SUBDIRS_MAKERULE)
29 install :: default_pcp install_pcp
31 install_pcp : $(SUBDIRS)
32 $(INSTALL) -m 755 -d $(PCP_BOOKS_DIR)/html
33 $(INSTALL) -m 644 $(HTMLFILES) $(CSSFILES) $(PCP_BOOKS_DIR)/html
34 $(SUBDIRS_MAKERULE)
36 include $(BUILDRULES)