Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1ab7a41e191d53a1dad28348e27a66e9208f2bfa
commit 1ab7a41e191d53a1dad28348e27a66e9208f2bfa Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Mar 1 21:15:10 2008 +0100 tools/genpkgdbs: call make cronclea for docs daily diff --git a/tools/genpkgdbs b/tools/genpkgdbs index 7e8d6b0..5459f2e 100755 --- a/tools/genpkgdbs +++ b/tools/genpkgdbs @@ -52,6 +52,8 @@ cd ../docs make clean make all 2>&1 |tee build.log make -i all-i18n 2>&1 |tee build-i18n.log +# remove interim files +make cronclean # update pots _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
