mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 11:25:45 +01:00
fixed makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
TOP = $(shell pwd)
|
TOP = $(shell pwd)
|
||||||
|
|
||||||
VERSION = pre0.6
|
VERSION = 0.6pre
|
||||||
OS = $(shell uname -s)
|
OS = $(shell uname -s)
|
||||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
||||||
|
|
||||||
|
|||||||
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
2007-xx-xx:
|
2007-xx-xx:
|
||||||
* version 0.6
|
* version 0.6
|
||||||
|
* added vimperator logo (can be seen in the addons manager)
|
||||||
* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
|
* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
|
||||||
|
|
||||||
2007-09-03:
|
2007-09-03:
|
||||||
|
|||||||
BIN
chrome/content/vimperator/icon.png
Normal file
BIN
chrome/content/vimperator/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 524 B |
@@ -9,6 +9,7 @@
|
|||||||
<em:description>Make Firefox behave like Vim</em:description>
|
<em:description>Make Firefox behave like Vim</em:description>
|
||||||
<em:creator>Martin Stubenschrott</em:creator>
|
<em:creator>Martin Stubenschrott</em:creator>
|
||||||
<em:homepageURL>http://vimperator.mozdev.org</em:homepageURL>
|
<em:homepageURL>http://vimperator.mozdev.org</em:homepageURL>
|
||||||
|
<em:iconURL>chrome://vimperator/content/icon.png</em:iconURL>
|
||||||
<!--em:updateURL>http://downloads.mozdev.org/vimperator/update.rdf</em:updateURL-->
|
<!--em:updateURL>http://downloads.mozdev.org/vimperator/update.rdf</em:updateURL-->
|
||||||
<em:file>
|
<em:file>
|
||||||
<Description about="urn:mozilla:extension:file:vimperator.jar">
|
<Description about="urn:mozilla:extension:file:vimperator.jar">
|
||||||
|
|||||||
Reference in New Issue
Block a user