On 2015-03-13 14:46, Alexander E. Patrakov wrote: > Some lynx versions produce links of the form file:///..., others produce > file://localhost/..., so catch both forms. Pushed now, thanks. > > Reported-by: Peter Mattern <matternp at arcor.de> > Signed-off-by: Alexander E. Patrakov <patrakov at gmail.com> > --- > doc/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/Makefile.am b/doc/Makefile.am > index d4b50be..06b2b10 100644 > --- a/doc/Makefile.am > +++ b/doc/Makefile.am > @@ -25,7 +25,7 @@ CLEANFILES = > > if USE_LYNX > README: README.html > - lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@ > + lynx --dump $^ | sed 's,file://.*/doc/README.html,README,' > $@ > > CLEANFILES += README > endif > -- David Henningsson, Canonical Ltd. https://launchpad.net/~diwic