aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/aggregate.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-14 22:42:22 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-14 22:42:22 -0400
commit3256522bdaf2ca7c678041a19a4b97bd7dc57c90 (patch)
treea9fdd3b36ea778766d1789a8cc740f7ed48909ed /doc/plugins/aggregate.mdwn
parenta8daf61b7d3c38e95ba8a168cdba3dfbce750e16 (diff)
parentb29d11b3c67533ca7addadb40a818a88cf6b8a84 (diff)
downloadikiwiki-3256522bdaf2ca7c678041a19a4b97bd7dc57c90.tar
ikiwiki-3256522bdaf2ca7c678041a19a4b97bd7dc57c90.tar.gz
Merge commit 'smcv/aggregateinternal' into aggregateinternal
Conflicts: doc/plugins/aggregate.mdwn
Diffstat (limited to 'doc/plugins/aggregate.mdwn')
-rw-r--r--doc/plugins/aggregate.mdwn7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn
index d87e33ab9..ecca0232e 100644
--- a/doc/plugins/aggregate.mdwn
+++ b/doc/plugins/aggregate.mdwn
@@ -101,8 +101,7 @@ you should follow this process:
be changed to `internal(foo/*)`. This has to be done because internal
pages are not matched by regular globs.
2. Turn on `aggregateinternal` in the setup file.
-3. Use [[ikiwiki-transition]] to move all existing aggregated `.html`
- files. The command to run is `ikiwiki-transition aggregateinternal $srcdir`,
- or if you have changed the `htmlext` option to something other than "html",
- `ikiwiki-transition aggregateinternal $srcdir $htmlext`
+3. Use [[ikiwiki-transition]] to rename all existing aggregated `.html`
+ files in the srcdir. The command to run is
+ `ikiwiki-transition aggregateinternal $setupfile`,
4. Refresh the wiki. (`ikiwiki -setup your.setup -refresh`)