diff options
Diffstat (limited to 'make.sh')
-rwxr-xr-x | make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ function Error() # function do_po() { + [ -d locale ] && rm -rf locale/* for PO in po/*.po do L=$(basename $PO .po) @@ -85,7 +86,7 @@ function do_dist() function do_cl() { [ -x $CVS2CL ] || Error "Missing $CVS2CL (http://www.red-bean.com/cvs2cl/)" - $CVS2CL --FSF --separate-header --no-wrap --no-times --tagdates --log-opts "-d>2006-07-08" + $CVS2CL --FSF --separate-header --no-wrap --no-times --tagdates --follow branch_3_6 --log-opts "-d>2006-07-08" } # check requirements. |