diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-05-22 19:23:18 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-05-22 22:48:51 +0200 |
commit | bb2685eed25e1f347188c6dfc32d5756adf3d006 (patch) | |
tree | 457d1ec0c378a2eed48655705581c3c888c5e6b4 /Makefile | |
parent | 06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49 (diff) | |
download | importLDIF-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-- | Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |