CustomTarget_html.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44086795df446ed4a09a57b2682acf6830d98936
Author:     Olivier Hallot <[email protected]>
AuthorDate: Thu May 28 21:17:31 2020 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Fri May 29 16:18:58 2020 +0200

    Restore sort for Index
    
    Generates a sorted bookmark.js file
    
    Change-Id: Iea7a6485aebe504da9f8d66236e3fe600097bafa
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95091
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index dab539f06..7c04a9249 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -269,7 +269,7 @@ $(call 
gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.part : \
                                        $$xhp \
                                || exit \
                        ; done && touch [email protected]; } \
-                       | sort -k3b -t\> -s \
+                       | sort -k3b -s \
                        | awk 'NF' \
                        && rm [email protected] \
                ) > $@ \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to