Traverse the entities hash's keys in sorted order to ensure reproducibility. --- libhubbub-0.3.3/build/make-entities.pl +++ libhubbub-0.3.3/build/make-entities.pl @@ -86,7 +86,7 @@ my $trie; -foreach my $key (keys %entities) { +foreach my $key (sort keys %entities) { $trie = insert_node($trie, $key, $entities{$key}); } cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc.am
AgeCommit message (Expand)Author
2013-08-29build: Have `pdf' depend on the PDF image....Ludovic Courtès
2013-08-29build: Use `missing' for `dot'....Ludovic Courtès
2013-08-29build: Build docs from the top-level Makefile....Ludovic Courtès