aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 455b6f4b8bbedf1a55bfc0aae22e3e234fb81efd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  

                                                                                                       
 
            
 
                      

                          

                                  

                                                  
 
                                          
                                                                            


                                       
WEBDIR=/home/matej/Dokumenty/website/fedorahosted/
UPSTREAM_XPI_URL=https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-$(VERNO).xpi
UPDATE_URL=https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf

all: install

install: local-install
	#make -C $(WEBDIR)
	#websync

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

bugzilla-triage.xpi: package.json lib/*.js
	cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL)

clean:
	find . -name \*~ -print -delete