usr/src/man/zh_CN/Makefile
author Susan Sohn <susan.sohn@oracle.com>
Wed, 08 Aug 2012 15:25:24 -0700
changeset 1763 ca9c641c8ec7
parent 1405 4202007bf64b
permissions -rw-r--r--
7190110 Sync up manpages in the slim_source gate

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
#

include $(SRC)/Makefile.master

MANPAGES1M = aimanifest.1m distro_const.1m installadm.1m js2ai.1m
MANPAGES4 = ai_manifest.4 dc_manifest.4

FILEMODE = 0444

ROOTMANPAGESZHCN1M = $(MANPAGES1M:%=$(ROOTMANZHCN1M)/%)
ROOTMANPAGESZHCN4 = $(MANPAGES4:%=$(ROOTMANZHCN4)/%)

all :=		TARGET = all
clean :=	TARGET = clean
clobber :=	TARGET = clobber
install :=	TARGET = install

all:	$(MANPAGES1M) $(MANPAGES4)

clean:
	$(RM) $(ROOTMANPAGESZHCN1M) $(ROOTMANPAGESZHCN4)

clobber: clean

install: all $(ROOTMANPAGESZHCN1M) $(ROOTMANPAGESZHCN4)

$(ROOTMANZHCN1M)/%: %
	$(INS.file)

$(ROOTMANZHCN4)/%: %
	$(INS.file)

$(ROOTMANZHCN1M):
	$(INS.dir)

$(ROOTMANZHCN4):
	$(INS.dir)