aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-22 19:23:18 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-22 22:48:51 +0200
commitbb2685eed25e1f347188c6dfc32d5756adf3d006 (patch)
tree457d1ec0c378a2eed48655705581c3c888c5e6b4 /Makefile
parent06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49 (diff)
downloadimportLDIF-bb2685eed25e1f347188c6dfc32d5756adf3d006.tar.gz
Clean up metadata and small UI improvements.v2
* rename to 'Import LDIF' * change icon to the Crystal text/x-vcard one * make it clear when the download finishes, and restore the URL form * don't try to import empty LDIF file * remove .appcache … we don’t use it for the packaged app
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3ab74fa..d159c7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
-FILES=icon-128.png importAddrBook.js importLDIF.appcache index.html \
- libs/parseLDIF.js manifest.webapp
+FILES=icon-128.png importAddrBook.js index.html libs/parseLDIF.js \
+ manifest.webapp
-all: importAddrBook.zip
+all: importLDIF.zip
-importAddrBook.zip: $(FILES)
- zip -9vT $@ $(FILES)
+importLDIF.zip: $(FILES)
+ zip -9qT $@ $(FILES)
+
+clean:
+ rm -fv *~ importLDIF.zip