From: Bruno Haible Date: Fri, 15 Feb 2019 20:40:01 +0000 (+0100) Subject: libtextstyle: Really fix hyperlinks to table of contents in HTML doc. X-Git-Tag: v0.20~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960e788a5fc3ada903dfe0c2bfd496a55f7084f3;p=thirdparty%2Fgettext.git libtextstyle: Really fix hyperlinks to table of contents in HTML doc. * libtextstyle/doc/Makefile.am (libunistring_toc.html): Fix typo in last commit. --- diff --git a/libtextstyle/doc/Makefile.am b/libtextstyle/doc/Makefile.am index 6af0f85b8..80695c448 100644 --- a/libtextstyle/doc/Makefile.am +++ b/libtextstyle/doc/Makefile.am @@ -142,7 +142,7 @@ libtextstyle_toc.html: libtextstyle.texi version.texi $(libtextstyle_TEXINFOS) esac \ && { mv libtextstyle/libtextstyle.html libtextstyle_toc.html; \ for file in libtextstyle/*.html; do \ - sed -e 's/libtextstyle\.html/libtextstyle.html/g' < $$file > `basename $$file` && rm -f $$file; \ + sed -e 's/libtextstyle\.html/libtextstyle_toc.html/g' < $$file > `basename $$file` && rm -f $$file; \ done; \ rmdir libtextstyle; \ }