remove `release` target as `dune-release` can be used now

This commit is contained in:
Anil Madhavapeddy 2019-01-31 10:31:59 +00:00
parent 4e9b9d1c66
commit 83dda5bb5d
1 changed files with 0 additions and 13 deletions

View File

@ -39,16 +39,3 @@ cinaps:
clean:
rm -rf _build *.install
find . -name .merlin -delete
# This needs to be updated
.PHONY: gh-pages
gh-pages: doc
git clone `git config --get remote.origin.url` .gh-pages --reference .
git -C .gh-pages checkout --orphan gh-pages
git -C .gh-pages reset
git -C .gh-pages clean -dxf
cp -t .gh-pages/ _build/utop-api.docdir/*
git -C .gh-pages add .
git -C .gh-pages commit -m "Update Pages"
git -C .gh-pages push origin gh-pages -f
rm -rf .gh-pages