5
ebook/build.sh
Normal file → Executable file
5
ebook/build.sh
Normal file → Executable 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user