]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Really fix hyperlinks to table of contents in HTML doc.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Feb 2019 20:40:01 +0000 (21:40 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 15 Feb 2019 20:44:08 +0000 (21:44 +0100)
* libtextstyle/doc/Makefile.am (libunistring_toc.html): Fix typo in last commit.

libtextstyle/doc/Makefile.am

index 6af0f85b8b4a46761befbc9cb43eaa34301c56e3..80695c4482a712596eb4c622579bbd51d290227e 100644 (file)
@@ -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; \
           }