blob: 00e1c05508dbc276b902e557fc7ad91788ec2a47 [file] [log] [blame]
Nigel Tao56b989f2010-08-10 16:08:21 +10001# Copyright 2010 The Go Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style
3# license that can be found in the LICENSE file.
4
Russ Coxda392d92010-08-18 10:08:49 -04005include ../../Make.inc
Nigel Tao56b989f2010-08-10 16:08:21 +10006
7TARG=html
8GOFILES=\
9 doc.go\
10 entity.go\
11 escape.go\
Nigel Tao08a47d62010-12-07 12:02:36 +110012 parse.go\
Nigel Tao56b989f2010-08-10 16:08:21 +100013 token.go\
14
15include ../../Make.pkg