Skip to content

Commit

Permalink
Add XSLT to parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Dec 5, 2017
1 parent e87cbc2 commit 7dae78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $(PKG)-$(VERSION)/meta: $(PKG)-$(VERSION) meta validator.jar
$(PKG)-$(VERSION):
rm -rf $@
mkdir -p $@
cp -avf xslt $@/xslt
go get github.com/GeertJohan/go.rice/rice
go get -u -d github.com/cloudflare/cfssl/cmd/...
cd $(GOPATH)/src/github.com/cloudflare/cfssl && $(GOPATH)/bin/rice embed-go -i=./cli/serve
Expand Down

0 comments on commit 7dae78e

Please sign in to comment.