1dbbd9e4bSmacallan#  Copyright 2005 Adam Jackson.
2dbbd9e4bSmacallan#
3dbbd9e4bSmacallan#  Permission is hereby granted, free of charge, to any person obtaining a
4dbbd9e4bSmacallan#  copy of this software and associated documentation files (the "Software"),
5dbbd9e4bSmacallan#  to deal in the Software without restriction, including without limitation
6dbbd9e4bSmacallan#  on the rights to use, copy, modify, merge, publish, distribute, sub
7dbbd9e4bSmacallan#  license, and/or sell copies of the Software, and to permit persons to whom
8dbbd9e4bSmacallan#  the Software is furnished to do so, subject to the following conditions:
9dbbd9e4bSmacallan#
10dbbd9e4bSmacallan#  The above copyright notice and this permission notice (including the next
11dbbd9e4bSmacallan#  paragraph) shall be included in all copies or substantial portions of the
12dbbd9e4bSmacallan#  Software.
13dbbd9e4bSmacallan#
14dbbd9e4bSmacallan#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15dbbd9e4bSmacallan#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16dbbd9e4bSmacallan#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
17dbbd9e4bSmacallan#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18dbbd9e4bSmacallan#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19dbbd9e4bSmacallan#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20dbbd9e4bSmacallan
21dbbd9e4bSmacallanSUBDIRS = src man
22e96acad6SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
23e96acad6Smrg
24e96acad6Smrg.PHONY: ChangeLog INSTALL
25e96acad6Smrg
26e96acad6SmrgINSTALL:
27e96acad6Smrg	$(INSTALL_CMD)
28e96acad6Smrg
29e96acad6SmrgChangeLog:
30e96acad6Smrg	$(CHANGELOG_CMD)
31e96acad6Smrg
32e96acad6Smrgdist-hook: ChangeLog INSTALL
33cfa76ccdSmrg
34cfa76ccdSmrgEXTRA_DIST = README.md
35