summaryrefslogtreecommitdiff
path: root/src/go/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/doc/Makefile')
-rw-r--r--src/go/doc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/go/doc/Makefile b/src/go/doc/Makefile
new file mode 100644
index 000000000..ca4948f91
--- /dev/null
+++ b/src/go/doc/Makefile
@@ -0,0 +1,7 @@
+# Copyright 2009 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+# Script to test heading detection heuristic
+headscan: headscan.go
+ go build headscan.go