head	1.3;
access;
symbols
	rel-0-1-3:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.03.15.22.22.38;	author hunkim;	state dead;
branches;
next	1.2;

1.2
date	2004.03.12.07.40.04;	author hunkim;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.11.12.14.48;	author hunkim;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Added File
@
text
@all: kldpzilla.xpi

kldpzilla.xpi: kldpzilla.jar install.js
	jar cvfM kldpzilla.xpi kldpzilla.jar install.js

kldpzilla.jar: content/kldpzilla/*
	jar cvfM kldpzilla.jar \
	content/kldpzilla/*.js 	content/kldpzilla/*.xul \
        content/kldpzilla/*.rdf content/kldpzilla/icons/*.png \
        content/kldpzilla/icons/*.gif content/kldpzilla/icons/*.jpg
clean:
	rm -f kldpzilla.xpi kldpzilla.jar
	rm -f *~ *.bak content/kldpzilla/*~ content/kldpzilla/*.bak





@


1.2
log
@- Added limitation variable in parser
- Changed the button idname
- Fixed bug in the refresh button
- Added file list in Makefile
@
text
@@


1.1
log
@Initial import
@
text
@d7 4
a10 1
	jar cvfM kldpzilla.jar content 
d14 5
@

