/[metastatus]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Thu Jul 15 20:52:04 2004 UTC (19 years, 10 months ago) by dpavlin
File size: 288 byte(s)
Added options dialog in which you can specify preferences (URL from which
to fetch XML feed and interval in minutes)

1 NAME=metastatus
2 all:
3 cd jar && zip -r $(NAME).jar content/$(NAME)/* locale/en-US/$(NAME)/* -x /content/$(NAME)/CVS/* /locale/en-US/$(NAME)/CVS/*
4 mkdir -p chrome
5 mv jar/$(NAME).jar chrome/
6 zip -r $(NAME).xpi chrome defaults/ install.rdf install.js
7
8 clean:
9 rm -rf $(NAME).xpi chrome
10

  ViewVC Help
Powered by ViewVC 1.1.26