Skip to content

Commit

Permalink
Keep litani.7 at the first index in report
Browse files Browse the repository at this point in the history
Fixes #154
  • Loading branch information
ronakfof committed May 11, 2022
1 parent 8e954fc commit 8e6cbd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ def main():

add_litani_7(builds, html_mans, args.gen_html)

for h in html_mans:
if "litani.7" in str(h.resolve()):
html_mans.insert(0, html_mans.pop(html_mans.index(h)))

if args.gen_html:
builds.append({
"inputs": html_mans + [
Expand Down

0 comments on commit 8e6cbd9

Please sign in to comment.