xref: /titanic_41/usr/src/lib/libshell/Makefile.doc (revision a962388f5c454478aea98c3985c42f8a9f0be7c0)
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#
23# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27ROOTDOCDIRBASE=	$(ROOT)/usr/share/doc/ksh
28
29DOCFILES= \
30	RELEASE \
31	README \
32	TYPES \
33	DESIGN \
34	COMPATIBILITY \
35	OBSOLETE \
36	shell_styleguide.docbook \
37	images/tag_bourne.png \
38	images/tag_i18n.png \
39	images/tag_ksh88.png \
40	images/tag_ksh93.png \
41	images/tag_ksh.png \
42	images/tag_l10n.png \
43	images/tag_perf.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
54
55# Documentation rules
56$(ROOTDOCDIRBASE)/%: common/%
57	$(INS.file)
58
59$(ROOTDOCDIRBASE)/%: misc/%
60	$(INS.file)
61
62ROOTDOCDIRS=	\
63	$(ROOTDOCDIRBASE) .WAIT \
64	$(ROOTDOCDIRBASE)/images .WAIT \
65	$(ROOTDOCDIRBASE)/images/callouts
66
67# Generic documentation rules
68DOCFILESRCDIR=         common
69ROOTDOCFILES=  $(DOCFILES:%=$(ROOTDOCDIRBASE)/%)
70$(ROOTDOCDIRS) :=      OWNER =         root
71$(ROOTDOCDIRS) :=      GROUP =         bin
72$(ROOTDOCDIRS) :=      DIRMODE =       755
73
74$(ROOTDOCDIRS):
75	$(INS.dir)
76
77install: $(ROOTDOCDIRS) .WAIT $(ROOTDOCFILES)
78