summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-15 16:35:43 -0500
committerLennart Poettering <lennart@poettering.net>2012-09-27 16:38:28 +0200
commit5a71fffd3da981127d0a012dda1a1412acaee7d8 (patch)
treec20c50f5178ef389df1a2aa2e1404e4eedbf13be /doc/Makefile.am
parentc442aebb1e1d1e2ef90e4c46b617d5a3569ce85c (diff)
build-sys: Fix build with no lynx installed
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fae9958..cb27f22 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,7 +16,7 @@
# License along with libcanberra. If not, see
# <http://www.gnu.org/licenses/>.
-noinst_DATA = README.html README
+noinst_DATA = README.html
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
MAINTAINERCLEANFILES = README.html
@@ -26,6 +26,7 @@ if USE_LYNX
README: README.html
$(AM_V_GEN)lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@
+noinst_DATA += README
CLEANFILES += README
endif