summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-16 17:36:56 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-16 17:36:56 +0000
commit438052747029e2ae78c672ba5af932520bcc7bb9 (patch)
treeaf1fa009f291d75eb94624cc85ec3caffccd4c2b /doc
parent737f9c6d70dcbfe655818d02a7f78cfd803b4c52 (diff)
man pages
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@19 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d36fe90..c0a962e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,5 +16,20 @@
# along with waproamd; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-EXTRA_DIST=README
+noinst_DATA = README.html README
+EXTRA_DIST = $(noinst_DATA) style.css README.html.in
+MAINTAINERCLEANFILES = README README.html
+CLEANFILES =
+
+if USE_LYNX
+README: README.html
+ lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+
+CLEANFILES += README
+endif
+
+tidy: README.html
+ tidy -e < README.html
+
+.PHONY: tidy