Makefile revision 1923
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# CDDL HEADER START
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# The contents of this file are subject to the terms of the
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# Common Development and Distribution License (the "License").
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# You may not use this file except in compliance with the License.
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# See the License for the specific language governing permissions
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# and limitations under the License.
d2bacf915570731779738821c6d7b01b7d9600feMatt Sweeney# When distributing Covered Code, include this CDDL HEADER in each
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# If applicable, add the following below this CDDL HEADER, with the
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# fields enclosed by brackets "[]" replaced with your own identifying
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# information: Portions Copyright [yyyy] [name of copyright owner]
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeney# CDDL HEADER END
6ea48d96f5a25dc7cb072787412ae2d88fc34f32Matt Sweeney# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
d2bacf915570731779738821c6d7b01b7d9600feMatt SweeneyRST2LATEX_FLAGS = --documentclass=ireport --documentoptions=12pt
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeneydraft := RST2LATEX_FLAGS = --documentclass=idraft --documentoptions=12pt
6ea48d96f5a25dc7cb072787412ae2d88fc34f32Matt SweeneyHTML_FRAGMENTS = $(RST_FRAGMENTS:%.rst=$(HTML_DIR)/%.html)
6ea48d96f5a25dc7cb072787412ae2d88fc34f32Matt SweeneyHTML_JOINS = $(RST_JOINS:%.rst=$(HTML_DIR)/%.html)
b45cf0c43257bd3781496320d9602fac76d997f2Matt Sweeneyhtml: $(HTML_DIR) .WAIT $(HTML_CSS) $(HTML_FRAGMENTS) $(HTML_JOINS)
-mkdir $@