Makefile.am revision dc99b369
15eefee25Smacallan#
25eefee25Smacallan# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3dc99b369Smrg#
4dc99b369Smrg# Permission is hereby granted, free of charge, to any person obtaining a
5dc99b369Smrg# copy of this software and associated documentation files (the "Software"),
6dc99b369Smrg# to deal in the Software without restriction, including without limitation
7dc99b369Smrg# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8dc99b369Smrg# and/or sell copies of the Software, and to permit persons to whom the
9dc99b369Smrg# Software is furnished to do so, subject to the following conditions:
10dc99b369Smrg#
11dc99b369Smrg# The above copyright notice and this permission notice (including the next
12dc99b369Smrg# paragraph) shall be included in all copies or substantial portions of the
13dc99b369Smrg# Software.
14dc99b369Smrg#
15dc99b369Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16dc99b369Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17dc99b369Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18dc99b369Smrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19dc99b369Smrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20dc99b369Smrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21dc99b369Smrg# DEALINGS IN THE SOFTWARE.
225eefee25Smacallan# 
235eefee25Smacallan
245eefee25Smacallandrivermandir = $(DRIVER_MAN_DIR)
255eefee25Smacallan
265eefee25Smacallandriverman_PRE = @DRIVER_NAME@.man
275eefee25Smacallan
285eefee25Smacallandriverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
295eefee25Smacallan
305eefee25SmacallanEXTRA_DIST = @DRIVER_NAME@.man
315eefee25Smacallan
325eefee25SmacallanCLEANFILES = $(driverman_DATA)
335eefee25Smacallan
345eefee25Smacallan
35dc99b369Smrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
365eefee25Smacallan
375eefee25Smacallan
385eefee25SmacallanSUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
395eefee25Smacallan
405eefee25Smacallan.man.$(DRIVER_MAN_SUFFIX):
41dc99b369Smrg	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
42