]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Locate generated helper man(8) files during snapshot
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Oct 2009 12:38:24 +0000 (01:38 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Oct 2009 12:38:24 +0000 (01:38 +1300)
mksnapshot.sh

index a1531d49d45615650d6030f99419a6565e066cdd..557f5614b19bf16a3efb1dfb20d0066e571ac44d 100755 (executable)
@@ -104,7 +104,7 @@ if (groff --help >/dev/null); then
        if [ ! -d ${tmpdir}/doc/manuals ] ; then
                mkdir -p ${tmpdir}/doc/manuals
        fi
-       for f in `ls -1 ${tmpdir}/helpers/*/*/*.8 ${tmpdir}/doc/*.8 ${tmpdir}/tools/*.1 ${tmpdir}/tools/*.8 2>/dev/null` ; do
+       for f in `ls -1 ${tmpdir}/helpers/*/*/*.8 ${tmpdir}/doc/*.8 ${tmpdir}/tools/*.1 ${tmpdir}/tools/*.8 ./helpers/*/*/*.8 2>/dev/null` ; do
                cp $f ${tmpdir}/doc/manuals/
        done
        for f in `ls -1 ${tmpdir}/doc/manuals/*.1  ${tmpdir}/doc/manuals/*.8 2>/dev/null` ; do