diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-09 14:00:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-09 14:00:52 +0000 |
commit | 0adb8c981c3b1693a89be9d6b7dffc4b13b15003 (patch) | |
tree | 4bba64cbfa9f73c04cd70b4938082ccb43a0a783 /doc | |
parent | fc1d5474fa2d2c52889215885e9976685e778af8 (diff) | |
download | ikiwiki-0adb8c981c3b1693a89be9d6b7dffc4b13b15003.tar ikiwiki-0adb8c981c3b1693a89be9d6b7dffc4b13b15003.tar.gz |
web commit by http://jeremie.koenig.myopenid.com/: clarify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki-mass-rebuild.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ikiwiki-mass-rebuild.mdwn b/doc/ikiwiki-mass-rebuild.mdwn index 05187ee9f..5f144b49b 100644 --- a/doc/ikiwiki-mass-rebuild.mdwn +++ b/doc/ikiwiki-mass-rebuild.mdwn @@ -9,10 +9,10 @@ ikiwiki-mass-rebuild # DESCRIPTION `ikiwiki-mass-rebuild` can be used to force a rebuild of all the wikis -on a system. You will need to list the wikis it should build in the file -`/etc/ikiwiki/wikilist`, which has the format: +on a system. You will need to list the setup files for the wikis it should +build in the file `/etc/ikiwiki/wikilist`, which has the format: -user /path/to/wiki +user /path/to/ikiwiki.setup It's also possible to let a user list setup files in `~user/.ikiwiki/wikilist` in their home directory. To do so, list only the user's name, without a |