summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-27 23:24:34 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-27 23:24:34 +0000
commitf020c14e4f1eb6b643ff673d0b5c35bc41fd4595 (patch)
tree91529efd7bf64aea9e53bf7191a6eb92cb46e3f4 /doc
parentd2b78eef168894934102d0bb05623622c15700d9 (diff)
* implement a "minimal" mode
* add configure option to allow building of nss-mdns without legacy mDNS queries git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@91 0ee8848e-81ea-0310-a63a-f631d1a40d77
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 752b2d6..a122244 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -29,6 +29,13 @@ README: README.html
CLEANFILES += README
endif
+if USE_LINKS
+README: README.html
+ links -dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+
+CLEANFILES += README
+endif
+
tidy: README.html
tidy -qe < README.html ; true