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 RtReservedProfile.html \ 77 RtRightsDelegate.html \ 78 RtSMBMngmnt.html \ 79 RtSMBFSMngmnt.html \ 80 RtSoftwareInstall.html \ 81 RtSysAdmin.html \ 82 RtSysEvMngmnt.html \ 83 RtUserMngmnt.html \ 84 RtUserSecurity.html \ 85 RtDatAdmin.html \ 86 RtZFSFileSysMngmnt.html \ 87 RtZFSStorageMngmnt.html \ 88 RtZoneMngmnt.html \ 89 RtInfoSec.html \ 90 RtObjectLabelMngmnt.html \ 91 RtOutsideAccred.html \ 92 RtDefault.html \ 93 RtIdmapMngmnt.html \ 94 RtIdmapNameRulesMngmnt.html \ 95 RtVscanMngmnt.html \ 96 RtSysPowerMgmt.html \ 97 RtSysPowerMgmtSuspend.html \ 98 RtSysPowerMgmtSuspendtoDisk.html \ 99 RtSysPowerMgmtSuspendtoRAM.html \ 100 RtSysPowerMgmtBrightness.html \ 101 RtCPUPowerManagement.html 102 103HELPDIR = $(ROOT)/usr/lib/help 104PROFDIR = $(HELPDIR)/profiles 105LOCALEDIR = $(PROFDIR)/locale 106CDIR = $(LOCALEDIR)/C 107DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR) 108HELPFILES=$(HTMLENTS:%=$(CDIR)/%) 109 110MSGDIR= $(LOCALEDIR) 111MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) 112 113MSGFILES= $(HTMLENTS) 114MSGS= $(MSGFILES:%=$(MSGDIR)/%) 115 116FILEMODE = 0444 117 118.KEEP_STATE: 119 120all: $(HTMLENTS) 121 122install: all $(DIRS) $(HELPFILES) 123 124_msg: $(MSGDIRS) $(MSGS) 125 126$(CDIR)/%: % 127 $(INS.file) 128 129$(DIRS): 130 $(INS.dir) 131 132$(MSGDIR)/%: % 133 $(INS.file) 134 135clean clobber lint: 136