Guarantee stable order for docs/03-declarative-layout.md (#1312)
Fixes: https://github.com/awesomeWM/awesome/issues/1257 Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
fb58374b00
commit
32f0ab8198
|
@ -19,6 +19,7 @@ endfunction()
|
||||||
function(generate_widget_list name)
|
function(generate_widget_list name)
|
||||||
file(GLOB ex_files RELATIVE "${SOURCE_DIR}/tests/examples/wibox/${name}/defaults"
|
file(GLOB ex_files RELATIVE "${SOURCE_DIR}/tests/examples/wibox/${name}/defaults"
|
||||||
"${SOURCE_DIR}/tests/examples/wibox/${name}/defaults/*")
|
"${SOURCE_DIR}/tests/examples/wibox/${name}/defaults/*")
|
||||||
|
list(SORT ex_files)
|
||||||
|
|
||||||
# Add the table header
|
# Add the table header
|
||||||
set(MY_LIST "<table class='widget_list' border=1>\n\
|
set(MY_LIST "<table class='widget_list' border=1>\n\
|
||||||
|
|
Loading…
Reference in New Issue