Use variable in makefile.
This commit is contained in:
parent
34fda70950
commit
6fae642ff5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ homepage:
|
|||
@echo "lname: \"$(LAPPNAME)\"" >> $(WEBMETA)
|
||||
@echo "maintainer: \"$(MAINTAINER)\"" >> $(WEBMETA)
|
||||
@echo "author: \"$(AUTHOR)\"" >> $(WEBMETA)
|
||||
git add doc/web/app.yaml
|
||||
git add $(WEBMETA)
|
||||
-git commit -m "Updated webpage meta info"
|
||||
# update documentation and release website
|
||||
$(MAKE) -C doc
|
||||
|
|
Loading…
Reference in a new issue