forked from philikon/VerticalTabs
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile
More file actions
34 lines (31 loc) · 629 Bytes
/
Copy pathMakefile
File metadata and controls
34 lines (31 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SOURCES = \
README.txt \
bootstrap.js \
chrome.manifest \
groups.jsm \
install.rdf \
multiselect.jsm \
options.xul \
override-bindings.css \
skin/base.css \
skin/bindings.css \
skin/groups.xml \
skin/linux/linux.css \
skin/osx/closetab-white.png \
skin/osx/closetab.png \
skin/osx/dropmarker.png \
skin/osx/osx.css \
skin/osx/twisty.png \
skin/win7/dropmarker.png \
skin/win7/twisty-collapsed.png \
skin/win7/twisty.png \
skin/win7/win7.css \
tabdatastore.jsm \
utils.js \
vertical-tabbrowser.xml \
verticaltabs.jsm \
$(NULL)
all: release.xpi
release.xpi: $(SOURCES)
rm -f $@
zip -9r $@ $(SOURCES)