diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 19:30:22 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 19:30:22 -0500 |
commit | 1c2da36274b6dba4e8bb25b71a102c0a72a2a562 (patch) | |
tree | 1d981137bee0b17cad2a85a33b0ad2f6ec39d8ed | |
parent | 72ca231fd0d7f98e85848855be852d1ae6eaa8cf (diff) |
update
-rw-r--r-- | doc/tips/upgrade_to_3.0.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/upgrade_to_3.0.mdwn b/doc/tips/upgrade_to_3.0.mdwn index b8a75aeca..d22813bf2 100644 --- a/doc/tips/upgrade_to_3.0.mdwn +++ b/doc/tips/upgrade_to_3.0.mdwn @@ -37,8 +37,8 @@ following to your setup file: prefix_directives => 0, -To convert to the new syntax, run -`ikiwiki-transition prefix_directives your.setup` +To convert to the new syntax, make sure that your setup file does *not* +contain the above, then run `ikiwiki-transition prefix_directives your.setup` (And then commit the changes it makes to pages in your srcdir.) |