DoKernelOrg: built everything and then finally push them out
Junio C Hamano committed
Jul 5, 2008 at 22:09 UTC
773306b63625647e925a570a7690243e63976f0d
1 file changed
+1
-1
DoKernelOrg
+1
-1
@@ -78,8 +78,8 @@ maint | maint-* | master)
78
esac
79
exit $status ;;
80
*)
81
- ln -f git-$V.tar.gz $G/. &&
81
make dist-doc >>./:all.log 2>&1 &&
82
+ ln -f git-$V.tar.gz $G/. &&
83
ln -f git-htmldocs-$V.tar.gz git-manpages-$V.tar.gz $G/.
84
;;
85
esac >>./:all.log 2>&1 &&