]> git.donarmstrong.com Git - debhelper.git/commitdiff
r460: update
authorjoey <joey>
Mon, 9 Apr 2001 03:42:57 +0000 (03:42 +0000)
committerjoey <joey>
Mon, 9 Apr 2001 03:42:57 +0000 (03:42 +0000)
debian/rules

index e37907c9549c42c23cfc4b88bed24fe6c0bd024d..8302555c70d86f1b05e0220e5e75ab50ad94918f 100755 (executable)
@@ -45,7 +45,7 @@ build-stamp:
                                s/#LIST#/$$collect/; \
                                print; \
                        }; \
-               }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*"` > debhelper.1
+               }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*" | sort` > debhelper.1
        # Turn all executables into man pages.
        find . -type f -perm +1 -maxdepth 1 -name "dh_*" \
                -exec pod2man -c Debhelper -r "$(VERSION)" {} {}.1 \;