Blame man/Makefile.am

Packit 7d1034
#
Packit 7d1034
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Packit 7d1034
#
Packit 7d1034
# Permission is hereby granted, free of charge, to any person obtaining a
Packit 7d1034
# copy of this software and associated documentation files (the "Software"),
Packit 7d1034
# to deal in the Software without restriction, including without limitation
Packit 7d1034
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit 7d1034
# and/or sell copies of the Software, and to permit persons to whom the
Packit 7d1034
# Software is furnished to do so, subject to the following conditions:
Packit 7d1034
#
Packit 7d1034
# The above copyright notice and this permission notice (including the next
Packit 7d1034
# paragraph) shall be included in all copies or substantial portions of the
Packit 7d1034
# Software.
Packit 7d1034
#
Packit 7d1034
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 7d1034
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 7d1034
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
Packit 7d1034
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 7d1034
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit 7d1034
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Packit 7d1034
# DEALINGS IN THE SOFTWARE.
Packit 7d1034
#
Packit 7d1034
Packit 7d1034
appman_PRE = scanpci.man
Packit 7d1034
noinst_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
Packit 7d1034
Packit 7d1034
EXTRA_DIST = $(appman_PRE)
Packit 7d1034
CLEANFILES = $(noinst_DATA)
Packit 7d1034
Packit 7d1034
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
Packit 7d1034
SUFFIXES = .$(APP_MAN_SUFFIX) .man
Packit 7d1034
Packit 7d1034
.man.$(APP_MAN_SUFFIX):
Packit 7d1034
	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@