/[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 6 - (show annotations)
Fri Jul 16 11:25:24 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 310 byte(s)
added skin

1 NAME=metastatus
2 all:
3 cd jar && zip -r $(NAME).jar content/$(NAME)/* locale/en-US/$(NAME)/* skin/*/* -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/preferences/* install.rdf install.js
7
8 clean:
9 rm -rf $(NAME).xpi chrome
10

  ViewVC Help
Powered by ViewVC 1.1.26