Make function $(wildcard ...) is not guaranteed to sort the results,
so explicitly sort the entries in the reference documentation file.
---
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile.in
+++ b/Makefile.in
@@ -213,7 +213,7 @@ doc/quilt.1: doc/quilt.1.in doc/referenc
 
 doc/reference : bin/quilt $(QUILT:%=quilt/%) quilt/scripts/patchfns 
quilt/scripts/utilfns $(COMPAT)
        @unset LANG LC_MESSAGES LC_CTYPE LC_ALL;                        \
-       for i in $(QUILT);                                              \
+       for i in $(sort $(QUILT));                                      \
        do                                                              \
                echo;                                                   \
                QUILT_PC=.fake_pc quilt $$i -h;                         \

-- 
Jean Delvare
Suse L3


_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to