From 6fae642ff536042fe247d505290f889c4f00e8ab Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 5 Mar 2014 20:52:24 +0100 Subject: [PATCH] Use variable in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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