summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-12-01 16:22:21 -0800
committerRob Pike <r@golang.org>2009-12-01 16:22:21 -0800
commit4f1881ab480acae277bf7d70491992bca58c85df (patch)
tree768796bb078734d57c45ce958ec69deb8f461b13 /src/pkg/unicode/Makefile
parentca3b22ccd9cdcecccae6a86c562a4da66f68ae66 (diff)
downloadgolang-4f1881ab480acae277bf7d70491992bca58c85df.tar.gz
update package unicode to Unicode 5.2
R=rsc CC=golang-dev http://codereview.appspot.com/163062
Diffstat (limited to 'src/pkg/unicode/Makefile')
-rw-r--r--src/pkg/unicode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile
index 489467f0e..ae9e3336b 100644
--- a/src/pkg/unicode/Makefile
+++ b/src/pkg/unicode/Makefile
@@ -20,6 +20,7 @@ tables: maketables
$(GC) maketables.go
$(LD) -o maketables maketables.$O
./maketables --tables=all > tables.go
+ gofmt -w tables.go
rm -f maketables
testtables: maketables