Fix build script.

- Change shell path and file mode
- go get md2min instead of blackfriday
This commit is contained in:
Chen Yufei
2013-06-10 11:29:40 +08:00
parent e5d058649b
commit f267dadbd8

5
ebook/build.sh Normal file → Executable file
View File

@@ -1,10 +1,11 @@
#!/usr/bin/sh
#!/bin/sh
rm -f *.html *~
export GOPATH=`pwd`
go get -u github.com/russross/blackfriday
#go get -u github.com/russross/blackfriday
go get -u github.com/fairlyblank/md2min
go run build.go