diff --git a/Makefile b/Makefile index 10ca8e637..8b116d86f 100644 --- a/Makefile +++ b/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