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 e0ce7cd79b
commit a448224a45

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

@@ -1,10 +1,11 @@
#!/usr/bin/sh #!/bin/sh
rm -f *.html *~ rm -f *.html *~
export GOPATH=`pwd` 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 go run build.go