install -d $(PREFIX)/share/ikiwiki/basewiki
cp -a basewiki/* $(PREFIX)/share/ikiwiki/basewiki
+
+ install -d $(PREFIX)/share/man/man1
+ install ikiwiki.man $(PREFIX)/share/man/man1/ikiwiki.1
}
}
dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL
dh_link usr/share/ikiwiki/basewiki \
usr/share/doc/ikiwiki/examples/basewiki
- dh_installman ikiwiki.man
dh_installchangelogs
dh_compress -X html
dh_fixperms
* --svn, --nosvn
- Enable or disable use of [[subversion]]. If subversion is enabled, the `source` directory is assumed to be a working copy, and is automatically updated before building the wiki.
+ Enable or disable use of [[subversion]]. If subversion is enabled, the
+ `source` directory is assumed to be a working copy, and is automatically
+ updated before building the wiki.
- In [[CGI]] mode, with subversion enabled pages edited via the web will be committed to subversion. Also, the [[RecentChanges]] link will be placed on pages.
+ In [[CGI]] mode, with subversion enabled pages edited via the web will be
+ committed to subversion. Also, the [[RecentChanges]] link will be placed
+ on pages.
Subversion is enabled by default.