summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/doc/Makefile')
-rw-r--r--src/pkg/go/doc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pkg/go/doc/Makefile b/src/pkg/go/doc/Makefile
deleted file mode 100644
index ca4948f91..000000000
--- a/src/pkg/go/doc/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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