Remove explicit 'generate' calls, fix release task (#9288)

* Remove more explicit 'generate' calls

`generate` is now implicit during `build` since #9114, it is no longer
necessary or desired to specify it explicitely.

* add js,css,generate dependencies to release task

* remove generate warning as per @lunny
This commit is contained in:
silverwind 2019-12-08 17:56:59 +01:00 committed by Lauris BH
parent 95a57394af
commit 3f42934b9a
8 changed files with 7 additions and 14 deletions

View file

@ -106,8 +106,6 @@ To include assets, add the `bindata` tag:
TAGS="bindata" make build
```
WARNING: `generate` method is deprecated and using it may cause build to miss some static files.
In the default release build of our continuous integration system, the build
tags are: `TAGS="bindata sqlite sqlite_unlock_notify"`. The simplest
recommended way to build from source is therefore: