xref: /titanic_44/usr/src/lib/libsecdb/help/profiles/Makefile (revision 98d1cbfec254295273b6a761bc1861c0374bdf02)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23
24include ../../../../Makefile.master
25
26HTMLENTS = \
27	RtAcctadm.html \
28	RtAll.html \
29	RtAuditCtrl.html \
30	RtAuditReview.html \
31	RtContractObserver.html \
32	RtConsUser.html \
33	RtCronMngmnt.html \
34	RtCryptoMngmnt.html \
35	RtExAcctFlow.html \
36	RtExAcctProcess.html \
37	RtExAcctTask.html \
38	RtExAcctNet.html \
39	RtLogMngmnt.html \
40	RtDeviceMngmnt.html \
41	RtDeviceSecurity.html \
42	RtDHCPMngmnt.html \
43	RtFileSysMngmnt.html \
44	RtFileSysSecurity.html \
45	RtFTPMngmnt.html \
46	RtHotplugMngmnt.html \
47	RtInetdMngmnt.html \
48	RtIPFilterMngmnt.html \
49	RtKerberosClntMngmnt.html \
50	RtKerberosSrvrMngmnt.html \
51	RtMailMngmnt.html \
52	RtMaintAndRepair.html \
53	RtMediaBkup.html \
54	RtMediaCtlg.html \
55	RtMediaRestore.html \
56	RtNDMPMngmnt.html \
57	RtNameServiceAdmin.html \
58	RtNameServiceSecure.html \
59	RtNetAutoconfAdmin.html \
60	RtNetAutoconfUser.html \
61	RtNetILB.html \
62	RtNetIPsec.html \
63	RtNetMngmnt.html \
64	RtNetObservability.html \
65	RtNetSecure.html \
66	RtNetWifiMngmnt.html \
67	RtNetWifiSecure.html \
68	RtNetLinkSecure.html \
69	RtNetVRRP.html \
70	RtObAccessMngmnt.html \
71	RtOperator.html \
72	RtPriAdmin.html \
73	RtPrntAdmin.html \
74	RtProcManagement.html \
75	RtReparseMngmnt.html \
76	RtRightsDelegate.html \
77	RtSMBMngmnt.html \
78	RtSMBFSMngmnt.html \
79	RtSoftwareInstall.html \
80	RtSysAdmin.html \
81	RtSysEvMngmnt.html \
82	RtUserMngmnt.html \
83	RtUserSecurity.html \
84	RtDatAdmin.html \
85	RtZFSFileSysMngmnt.html \
86	RtZFSStorageMngmnt.html \
87	RtZoneMngmnt.html \
88	RtInfoSec.html \
89	RtObjectLabelMngmnt.html \
90	RtOutsideAccred.html \
91	RtDefault.html \
92	RtIdmapMngmnt.html \
93	RtIdmapNameRulesMngmnt.html \
94	RtVscanMngmnt.html \
95	RtSysPowerMgmt.html \
96	RtSysPowerMgmtSuspend.html \
97	RtSysPowerMgmtSuspendtoDisk.html \
98	RtSysPowerMgmtSuspendtoRAM.html \
99	RtSysPowerMgmtBrightness.html \
100	RtCPUPowerManagement.html
101
102HELPDIR =	$(ROOT)/usr/lib/help
103PROFDIR =	$(HELPDIR)/profiles
104LOCALEDIR =	$(PROFDIR)/locale
105CDIR =		$(LOCALEDIR)/C
106DIRS =		$(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
107HELPFILES=$(HTMLENTS:%=$(CDIR)/%)
108
109MSGDIR=		$(LOCALEDIR)
110MSGDIRS =       $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
111
112MSGFILES=	$(HTMLENTS)
113MSGS=		$(MSGFILES:%=$(MSGDIR)/%)
114
115FILEMODE = 0444
116
117.KEEP_STATE:
118
119all:	$(HTMLENTS)
120
121install:	all $(DIRS) $(HELPFILES)
122
123_msg: $(MSGDIRS) $(MSGS)
124
125$(CDIR)/%: %
126	$(INS.file)
127
128$(DIRS):
129	$(INS.dir)
130
131$(MSGDIR)/%: %
132	$(INS.file)
133
134clean clobber lint:
135