diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-28 21:17:31 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-29 16:18:58 +0200 |
commit | 44086795df446ed4a09a57b2682acf6830d98936 (patch) | |
tree | e665bc58329e8a9e04036daf1256e590719340d1 /CustomTarget_html.mk | |
parent | 6305a1cdb3cc1d227f393614d58c07ae38823450 (diff) |
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>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 2 |
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 \ ) > $@ \ |