Tizen 2.1 base
[adaptation/xorg/driver/xserver-xorg-video-emulfb.git] / man / Makefile.am
1 # $Id$
2 #
3 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4 #  Copyright (C) 2010 - 2011 Samsung Electronics co., Ltd. All Rights Reserved.
5 #
6 # Permission is hereby granted, free of charge, to any person obtaining a
7 # copy of this software and associated documentation files (the "Software"),
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
12 #
13 # The above copyright notice and this permission notice (including the next
14 # paragraph) shall be included in all copies or substantial portions of the
15 # Software.
16 #
17 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
20 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23 # DEALINGS IN THE SOFTWARE.
24
25
26 drivermandir = $(DRIVER_MAN_DIR)
27
28 driverman_PRE = @DRIVER_NAME@.man
29
30 driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
31
32 EXTRA_DIST = @DRIVER_NAME@.man
33
34 CLEANFILES = $(driverman_DATA)
35
36 SED = sed
37
38 # Strings to replace in man pages
39 XORGRELSTRING = @PACKAGE_STRING@
40   XORGMANNAME = X Version 11
41
42 MAN_SUBSTS = \
43         -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
44         -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
45         -e 's|__xservername__|Xorg|g' \
46         -e 's|__xconfigfile__|xorg.conf|g' \
47         -e 's|__projectroot__|$(prefix)|g' \
48         -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
49         -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
50         -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
51         -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
52         -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
53
54 SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
55
56 .man.$(DRIVER_MAN_SUFFIX):
57         sed $(MAN_SUBSTS) < $< > $@