diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 17:22:59 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-30 17:22:59 -0500 |
commit | 61ffa4a81653bc499abb358244dba102323abc99 (patch) | |
tree | 90189e2ae2e7d9bdeff09b53529c47de3e814bc0 /debian/NEWS | |
parent | 4c18058dfb52ae32c55e27efda380f1df0a4c872 (diff) |
rename ikiwiki-prefix-directives into ikiwiki-transition
If we have transitions of this sort in the future, this program will
hopefully be used to handle them too.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 461a81977..eefc12acb 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -18,10 +18,10 @@ ikiwiki (2.21) unstable; urgency=low in their setup files. To convert your wiki to the new syntax, ikiwiki provides a new script - ikiwiki-prefix-directives. It will convert preprocessor directives in + ikiwiki-transition. It will convert preprocessor directives in all files given on the command line. To convert an entire wiki: - find wikidir/ -type f -name '*.mdwn' -print0 | xargs -0 ikiwiki-prefix-directives + find wikidir/ -type f -name '*.mdwn' -print0 | xargs -0 ikiwiki-transition prefix_directives Even with prefix_directives disabled, ikiwiki now allows an optional '!' prefix on preprocessor directives (but still requires a space). Thus, a |