1
0
Fork 0

fixed removal of EXPERIMENTAL

This commit is contained in:
Frank Celler 2016-01-05 00:42:20 +01:00
parent 8391084c15
commit ad11685034
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ cd Documentation/Books; make
case "$TAG" in
*-alpha*|*-beta*|devel)
;;
*)
git rm -f EXPERIMENTAL
;;
esac