Blame man/Makefile.am

Packit ec660a
#  Copyright 2005  Red Hat, Inc.
Packit ec660a
#
Packit ec660a
#  Permission to use, copy, modify, distribute, and sell this software and its
Packit ec660a
#  documentation for any purpose is hereby granted without fee, provided that
Packit ec660a
#  the above copyright notice appear in all copies and that both that
Packit ec660a
#  copyright notice and this permission notice appear in supporting
Packit ec660a
#  documentation, and that the name of Red Hat not be used in
Packit ec660a
#  advertising or publicity pertaining to distribution of the software without
Packit ec660a
#  specific, written prior permission.  Red Hat makes no representations about
Packit ec660a
#  the suitability of this software for any purpose.  It is provided "as is" without
Packit ec660a
#  express or implied warranty.
Packit ec660a
#
Packit ec660a
#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
Packit ec660a
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
Packit ec660a
#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
Packit ec660a
#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
Packit ec660a
#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Packit ec660a
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
Packit ec660a
#  PERFORMANCE OF THIS SOFTWARE.
Packit ec660a
#
Packit ec660a
Packit ec660a
libmandir = $(LIB_MAN_DIR)
Packit ec660a
Packit ec660a
libman_PRE = \
Packit ec660a
         DMX.man \
Packit ec660a
         DMXAddInput.man \
Packit ec660a
         DMXAddScreen.man \
Packit ec660a
         DMXChangeDesktopAttributes.man \
Packit ec660a
         DMXChangeScreensAttributes.man \
Packit ec660a
         DMXForceWindowCreation.man \
Packit ec660a
         DMXGetDesktopAttributes.man \
Packit ec660a
         DMXGetInputAttributes.man \
Packit ec660a
         DMXGetInputCount.man \
Packit ec660a
         DMXGetScreenAttributes.man \
Packit ec660a
         DMXGetScreenCount.man \
Packit ec660a
         DMXGetWindowAttributes.man \
Packit ec660a
         DMXQueryExtension.man \
Packit ec660a
         DMXQueryVersion.man \
Packit ec660a
         DMXRemoveInput.man \
Packit ec660a
         DMXRemoveScreen.man \
Packit ec660a
         DMXSync.man
Packit ec660a
Packit ec660a
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
Packit ec660a
Packit ec660a
EXTRA_DIST = $(libman_PRE)
Packit ec660a
Packit ec660a
CLEANFILES = $(libman_DATA)
Packit ec660a
Packit ec660a
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
Packit ec660a
Packit ec660a
.man.$(LIB_MAN_SUFFIX):
Packit ec660a
	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@