From 604621edc81f1c439af5c36ee31c6977c6c3f9f0 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 24 Oct 2014 18:36:19 +0200 Subject: Fix generation of the index_urls.txt file. Hevea has stopped producing HTML4 code two years ago. So the old sed expression was producing an empty index file for any user with a non-deprecated version of hevea. --- Makefile.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.doc') diff --git a/Makefile.doc b/Makefile.doc index 220197445..6dc27e138 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -146,7 +146,7 @@ refman-quick: ###################################################################### $(INDEXURLS): $(INDEXES) - cat $< | grep li-indexenv | grep HREF | sed -e 's@.*\(.*\).*, .*@\1,\2@' > $@ + cat $< | grep li-indexenv | grep href= | sed -e 's@.*>\([^<]*\).*, .*@\1,\2@' > $@ ###################################################################### -- cgit v1.2.3