From f45e5e9196bb313883f36e0ccc72f052f46aa37e Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 20 Oct 2015 12:24:07 -0400 Subject: Remove listing of reference PDFs in README --- mkdoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mkdoc') diff --git a/mkdoc b/mkdoc index 213becc..71294d7 100755 --- a/mkdoc +++ b/mkdoc @@ -18,10 +18,5 @@ cat README.md | tr '\n' '\v' | sed \ -e 's/test.coverage.(\(https:\/\/blog\.golang\.org\/cover\))/[test coverage](\1)/g' \ -e 's/Pull.requests.(\(https:\/\/help\.github\.com\/articles\/using\-pull\-requests\/\))/[Pull requests](\1)/g' \ -e 's/Your change should\v/Your change should\v\v/g' \ - -e 's/##Nonstandard Fonts/__PDFS__\v\v##Nonstandard Fonts/g' \ | tr '\v' '\n' > _0 -sed -e '/__PDFS__/,$d' _0 > _1 -go run list/list.go >> _1 -sed -e '1,/__PDFS__/d' _0 >> _1 -rm _0 -mv _1 README.md +mv _0 README.md -- cgit v1.2.1-24-ge1ad