Makefile revision 910
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk###############################################################################
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# libpciaccess Makefile
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Use is subject to license terms.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Permission is hereby granted, free of charge, to any person obtaining a
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# copy of this software and associated documentation files (the
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# "Software"), to deal in the Software without restriction, including
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# without limitation the rights to use, copy, modify, merge, publish,
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# distribute, and/or sell copies of the Software, and to permit persons
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# to whom the Software is furnished to do so, provided that the above
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# copyright notice(s) and this permission notice appear in all copies of
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# the Software and that both the above copyright notice(s) and this
SOURCE_PATCHES = \
# Update scanpci.man with program man page flags instead of library ones
src/scanpci.man && \
src/scanpci.man > src/scanpci.1 )