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.
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.
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]
23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
27 ROOTDOCDIRBASE= $(ROOT)/usr/share/doc/ksh
36 shell_styleguide.docbook \
37 images/tag_bourne.png \
39 images/tag_ksh88.png \
40 images/tag_ksh93.png \
44 images/callouts/1.png \
45 images/callouts/2.png \
46 images/callouts/3.png \
47 images/callouts/4.png \
48 images/callouts/5.png \
49 images/callouts/6.png \
50 images/callouts/7.png \
51 images/callouts/8.png \
52 images/callouts/9.png \
53 images/callouts/10.png
56 $(ROOTDOCDIRBASE)/%: common/%
59 $(ROOTDOCDIRBASE)/%: misc/%
63 $(ROOTDOCDIRBASE) .WAIT \
64 $(ROOTDOCDIRBASE)/images .WAIT \
65 $(ROOTDOCDIRBASE)/images/callouts
67 # Generic documentation rules
69 ROOTDOCFILES= $(DOCFILES:%=$(ROOTDOCDIRBASE)/%)
70 $(ROOTDOCDIRS) := OWNER = root
71 $(ROOTDOCDIRS) := GROUP = bin
72 $(ROOTDOCDIRS) := DIRMODE = 755
77 install: $(ROOTDOCDIRS) .WAIT $(ROOTDOCFILES)