Makefile revision 1578
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley###############################################################################
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley#
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley#
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Permission is hereby granted, free of charge, to any person obtaining a
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# copy of this software and associated documentation files (the "Software"),
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# to deal in the Software without restriction, including without limitation
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# and/or sell copies of the Software, and to permit persons to whom the
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Software is furnished to do so, subject to the following conditions:
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley#
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# The above copyright notice and this permission notice (including the next
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# paragraph) shall be included in all copies or substantial portions of the
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Software.
c92ba071011bbc09e7146729606fd9e89a9be02cBob Halley#
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob Halley# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c92ba071011bbc09e7146729606fd9e89a9be02cBob Halley# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# DEALINGS IN THE SOFTWARE.
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley#
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob Halley#
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Package name used in tarballs
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob HalleyMODULE_NAME=xorg-docs
c92ba071011bbc09e7146729606fd9e89a9be02cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Package metadata
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleyMODULE_DESC = X.Org documentation for the X Window System
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley# Version number (used in path names)
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleyMODULE_VERSION=1.7.1
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Checksums for upstream tarball
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleyTARBALL_MD5 = ce5a04d87b330b9091576b3410dc26d3
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleyTARBALL_SHA1 = 19be186705145ca7231ca646b61208c9eba48ca7
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob HalleyTARBALL_SHA256= 24b8677c3462c10465cf50d40576d76682acd5835526093a575865b2aa242c4b
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Patches to apply to source after unpacking, in order
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleySOURCE_PATCHES += upstream-manpages.patch,-p1
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleySOURCE_PATCHES += solaris-manpages.patch,-p1
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Man pages to apply distro customizations to
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Normal attributes table not added, since these aren't simple interfaces
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleySUNTOUCHED_MANPAGES=man/*.man
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleySUNTOUCH_MAN_FLAGS=-r '{__distroname__, $(DISTRO_NAME)}'
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleySUNTOUCH_MAN_FLAGS_SET=yes
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley# Additional arguments to configure script
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob HalleyMODULE_CONFIG_OPTS= --docdir='$(X11_DOC_DIR)' \
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley XORG_SGML_PATH=$(PROTODIR)$(X11_DIR)/share/sgml
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Additional rules to fix up unpacked source
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob HalleyMODULE_ADD_SOURCE_TARGETS = fix_entity_paths
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Additional install rules beyond what upstream installs
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob HalleyMODULE_ADD_INSTALL_TARGETS=install_docs
c92ba071011bbc09e7146729606fd9e89a9be02cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley### Include common rulesets
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halleyinclude ../Makefile.inc
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley# Fix entity paths in DocBook files so that gnome-help can resolve them
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halleyfix_entity_paths: $(UNPACK_TARGET)
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley find $(SOURCE_DIR) -name '*.xml' | xargs $(PERL) -i.orig -p -e \
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley 's{SYSTEM ".*/X11/defs.ent"}{SYSTEM "$(X11_DIR)/share/sgml/X11/defs.ent"}'
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob HalleyMAN_DIR=$(PROTODIR)$(X11_MAN_DIR)
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halleyinstall_docs: $(MAN_DIR)/man7/X11.7 $(MAN_DIR)/man7/XStandards.7
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley$(MAN_DIR)/man7/XStandards.7: default_install
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley mv -f $(MAN_DIR)/man7/Standards.7 $@
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob Halley$(MAN_DIR)/man7/X11.7:
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley mkdir -p $(MAN_DIR)/man7
f47bb8d1f3a2e3edae11942d0d7e62e96caa5720Bob Halley $(INSTALL_SCRIPT) -m 0444 X11.7 $@
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halleydefault_install: install_preformatted
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halleyinstall_preformatted:
c92ba071011bbc09e7146729606fd9e89a9be02cBob Halley mkdir -p $(PROTODIR)$(X11_DOC_DIR)
5f74ac33a07148f2f28b26870c5beccb778b4bd3Bob Halley (cd preformatted && tar -cf - .) | \
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley (cd $(PROTODIR)$(X11_DOC_DIR) && tar -xf - )
a75f433c831be334df8f1eafa9f77e940b5ae58cBob Halley