mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 23:55:56 +01:00
Use the proper block macros for heading and section in version.html.
This commit is contained in:
@@ -56,9 +56,9 @@ version.html: ../../NEWS $(DEPS)
|
|||||||
@echo "DOC locale/$(LOCALE)/$@"
|
@echo "DOC locale/$(LOCALE)/$@"
|
||||||
# NOTE: asciidoc doesn't source the conf file implicitly when processing stdin
|
# NOTE: asciidoc doesn't source the conf file implicitly when processing stdin
|
||||||
sed -e '1i\
|
sed -e '1i\
|
||||||
heading:Version{nbsp}information[version-information]' \
|
heading::Version{nbsp}information[version-information]' \
|
||||||
-e '/^[0-9]/d' \
|
-e '/^[0-9]/d' \
|
||||||
-e '/^ \+\* version /s/.*version \+\([0-9.]\+\).*/section:Version{nbsp}\1[version-\1]\
|
-e '/^ \+\* version /s/.*version \+\([0-9.]\+\).*/section::Version{nbsp}\1[version-\1]\
|
||||||
/' ../../NEWS | \
|
/' ../../NEWS | \
|
||||||
${ASCIIDOC} -f $(BASE)/asciidoc.conf -a doctitle=version.html -o version.html -
|
${ASCIIDOC} -f $(BASE)/asciidoc.conf -a doctitle=version.html -o version.html -
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* add [c]:sanitize[c], 'sanitizetimespan' and 'sanitizeitems'
|
* add [c]:sanitize[c], 'sanitizetimespan' and 'sanitizeitems'
|
||||||
* add [c]:verbose[c]
|
* add [c]:verbose[c]
|
||||||
* add [c]:window[c] to run a command in a new window
|
* add [c]:window[c] to run a command in a new window
|
||||||
* add ! version of :delbmarks to delete all bookmarks.
|
* add ! version of [c]:delbmarks[c] to delete all bookmarks
|
||||||
* new "t" option for 'complete' to also switch to open tabs with :open
|
* new "t" option for 'complete' to also switch to open tabs with :open
|
||||||
* add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c]
|
* add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c]
|
||||||
* make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c]
|
* make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c]
|
||||||
@@ -407,7 +407,7 @@
|
|||||||
|
|
||||||
2007-05-01:
|
2007-05-01:
|
||||||
* version 0.4
|
* version 0.4
|
||||||
* extension GUID was changed to 'vimperator@mozdev.net' -> YOU WILL HAVE
|
* extension GUID was changed to \'vimperator@mozdev.net' -> YOU WILL HAVE
|
||||||
TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
|
TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
|
||||||
* support for internal search engines was dropped. Now we use Firefox search engines.
|
* support for internal search engines was dropped. Now we use Firefox search engines.
|
||||||
* support for 'wildmode' completion setting with support for matching the
|
* support for 'wildmode' completion setting with support for matching the
|
||||||
|
|||||||
Reference in New Issue
Block a user