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

all: install

install: local-install
	websync

local-install: bugzilla-triage.xpi
	rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorahosted/
	rsync -av jsons/Config_data.json $(WEBDIR)/fedorahosted/

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