Code

583a77c54f60f6edc07332054c10e09a9216c84c
[fusedav.git] / doc / Makefile.am
1 # $Id$
3 # Copyright (c) 2004-2006 Lennart Poettering
4 #
5 # Permission is hereby granted, free of charge, to any person
6 # obtaining a copy of this software and associated documentation files
7 # (the "Software"), to deal in the Software without restriction,
8 # including without limitation the rights to use, copy, modify, merge,
9 # publish, distribute, sublicense, and/or sell copies of the Software,
10 # and to permit persons to whom the Software is furnished to do so,
11 # subject to the following conditions:
12 #
13 # The above copyright notice and this permission notice shall be
14 # included in all copies or substantial portions of the Software.
15 #
16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
20 # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21 # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 # SOFTWARE.
25 noinst_DATA = README.html README
26 EXTRA_DIST = $(noinst_DATA) style.css README.html.in
28 MAINTAINERCLEANFILES = README README.html
29 CLEANFILES =
31 if USE_LYNX
32 README: README.html
33         lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
35 CLEANFILES += README
36 endif
38 tidy: README.html
39         tidy -e < README.html
41 .PHONY: tidy