From: Petter Reinholdtsen Date: Wed, 11 Jul 2012 15:54:55 +0000 (+0200) Subject: Correct rule to keep stats. X-Git-Tag: edition-2015-10-10~2543 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/a17666ba3feaa27dc321953a1a563c76df9f5835 Correct rule to keep stats. --- diff --git a/Makefile b/Makefile index 6668742..abc94bf 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,4 @@ stats: ( \ date +"%Y-%m-%dT%H%M" ; \ msgfmt -o /dev/null --statistics freeculture.nb.po 2>&1 \ - ) | tee stats.txt + ) | tee -a stats.txt