summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-03-29 11:15:34 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-03-29 11:15:34 +0000
commitfe21e2f039213837236f87df3371cc3e43260197 (patch)
tree982321eb1eb6a85f34d44298a6ea9d84cbb2131f /doc
parentb7b05811c2f5d7a1e17913ec88b2aba5d2b7f93f (diff)
fix compilation with --disable-lynx
git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@50 634eccf8-0006-0410-930e-e16565b0b7de
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4da58be..81feea7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,17 +14,20 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
-noinst_DATA = README.html README
+noinst_DATA = README.html
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
-MAINTAINERCLEANFILES = README README.html
+MAINTAINERCLEANFILES = README.html
CLEANFILES =
if USE_LYNX
+noinst_DATA += README
+MAINTAINERCLEANFILES += README
+CLEANFILES += README
+
README: README.html
lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
-CLEANFILES += README
endif
tidy: README.html