Makefile.am revision ba0eab60
1ba0eab60Smacallan# Copyright 2005 Adam Jackson. 2ba0eab60Smacallan# 3ba0eab60Smacallan# Permission is hereby granted, free of charge, to any person obtaining a 4ba0eab60Smacallan# copy of this software and associated documentation files (the "Software"), 5ba0eab60Smacallan# to deal in the Software without restriction, including without limitation 6ba0eab60Smacallan# on the rights to use, copy, modify, merge, publish, distribute, sub 7ba0eab60Smacallan# license, and/or sell copies of the Software, and to permit persons to whom 8ba0eab60Smacallan# the Software is furnished to do so, subject to the following conditions: 9ba0eab60Smacallan# 10ba0eab60Smacallan# The above copyright notice and this permission notice (including the next 11ba0eab60Smacallan# paragraph) shall be included in all copies or substantial portions of the 12ba0eab60Smacallan# Software. 13ba0eab60Smacallan# 14ba0eab60Smacallan# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15ba0eab60Smacallan# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16ba0eab60Smacallan# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 17ba0eab60Smacallan# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 18ba0eab60Smacallan# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19ba0eab60Smacallan# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20ba0eab60Smacallan 21ba0eab60SmacallanAUTOMAKE_OPTIONS = foreign 22ba0eab60SmacallanSUBDIRS = src man 23ba0eab60Smacallan 24ba0eab60Smacallanif BUILD_LINUXDOC 25ba0eab60SmacallanREADME: README.sgml 26ba0eab60Smacallan $(MAKE_TEXT) README.sgml && mv README.txt README 27ba0eab60Smacallanendif 28ba0eab60Smacallan 29ba0eab60SmacallanEXTRA_DIST = XF86Config.indy README.sgml 30