Use variable in makefile.

This commit is contained in:
Bastian Kleineidam 2014-03-05 20:52:24 +01:00
parent 34fda70950
commit 6fae642ff5

View file

@ -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