summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-28 21:17:31 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-08 18:10:11 +0200
commitf9b5c297e9d52dc0593d8e02260e0301512edb45 (patch)
treea29d70f3423fa124331b20b10dcc76a6f5ea66a0
parenttdf#129069 Unicode entry shortcut Help (diff)
downloadhelp-f9b5c297e9d52dc0593d8e02260e0301512edb45.tar.gz
help-f9b5c297e9d52dc0593d8e02260e0301512edb45.zip
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 <olivier.hallot@libreoffice.org> (cherry picked from commit 44086795df446ed4a09a57b2682acf6830d98936) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95114 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--CustomTarget_html.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index dab539f065..7c04a9249c 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 $@.good; } \
- | sort -k3b -t\> -s \
+ | sort -k3b -s \
| awk 'NF' \
&& rm $@.good \
) > $@ \