aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cdba425b7883f5aaf16b7850887f8d7cd86379a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
WEBDIR=/home/matej/Dokumenty/website

all: install

install: local-install
	websync

local-install: bugzilla-triage.xpi
	rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorapeople/scripts/

bugzilla-triage.xpi: package.json lib/*.js docs/*
	cfx xpi