aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 89986f6..11749f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-WEBDIR=/home/matej/Dokumenty/website
+WEBDIR=/home/matej/Dokumenty/website/fedorahosted/
all: fix install
@@ -6,8 +6,8 @@ install: local-install
websync
local-install: bugzilla-triage.xpi
- rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorahosted/
- rsync -av jsons/Config_data.json $(WEBDIR)/fedorahosted/
+ rsync -av bugzilla-triage.xpi $(WEBDIR)
+ rsync -av jsons/Config_data.json $(WEBDIR)
bugzilla-triage.xpi: package.json lib/*.js docs/*
cfx xpi ;\
@@ -20,6 +20,7 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
' \
install.rdf ;\
zip -9rmqT bugzilla-triage.xpi install.rdf ;\
+ make -C $(WEBDIR)
fix:
! grep -n FIXME lib/*.js