/[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

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Jul 14 14:12:27 2004 UTC (19 years, 11 months ago) by dpavlin
File size: 267 byte(s)
initial import into subversion

1 dpavlin 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 install.rdf
7    
8     clean:
9     rm -rf $(NAME).xpi chrome
10    

  ViewVC Help
Powered by ViewVC 1.1.26