From 272df570e7536e4115db604f939e6c9af4ce2489 Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Tue, 18 Jun 2013 13:34:51 -0700 Subject: Add generate and deploy targets to push extensions to gh-pages --- Config.mk.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.mk.sample') diff --git a/Config.mk.sample b/Config.mk.sample index fc50f53..4628440 100644 --- a/Config.mk.sample +++ b/Config.mk.sample @@ -2,5 +2,6 @@ phantomjs-cmd ?= $(call find-cmd,phantomjs) maven-cmd ?= $(call find-cmd,mvn) pandoc-cmd ?= $(call find-cmd,pandoc) +git-cmd ?= $(call find-cmd,git) addon-sdk-version ?= 1.14 -firefox_bin_path ?= $(call find-cmd,firefox) \ No newline at end of file +firefox_bin_path ?= $(call find-cmd,firefox) -- cgit v1.2.3