commit web meta changes on release.
This commit is contained in:
parent
da37c2d6db
commit
1c660acd0d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -50,6 +50,8 @@ homepage:
|
|||
@echo "lname: \"$(LAPPNAME)\"" >> $(WEB_META)
|
||||
@echo "maintainer: \"$(MAINTAINER)\"" >> $(WEB_META)
|
||||
@echo "author: \"$(AUTHOR)\"" >> $(WEB_META)
|
||||
git add doc/web/app.yaml
|
||||
git commit -m "Updated webpage meta info"
|
||||
# update documentation and release website
|
||||
$(MAKE) -C doc
|
||||
$(MAKE) -C doc/web release
|
||||
|
|
Loading…
Reference in a new issue