diff options
author | jake%bugzilla.org <> | 2003-10-22 11:29:07 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-10-22 11:29:07 +0200 |
commit | 3eb8091b6343c96230b87f5cce8b07acbdf1aba3 (patch) | |
tree | b7665477e044ded9bc1a4a481e16c194b4b22606 /docs | |
parent | 900a218f2f236badb8523702acb718d24a2821ca (diff) | |
download | bugzilla-3eb8091b6343c96230b87f5cce8b07acbdf1aba3.tar.gz bugzilla-3eb8091b6343c96230b87f5cce8b07acbdf1aba3.tar.xz |
Bug 178624 - checksetup.pl needs to be run after copying templates to the custom directory.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/administration.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 4f279c9be..87af3f6da 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -1114,6 +1114,13 @@ skip-networking changes will be lost when Template Toolkit recompiles them. </para> </note> + + <note> + <para>It is recommended that you run <command>./checksetup.pl</command> + after any template edits, especially if you've created a new file in + the <filename class="directory">custom</filename> directory. + </para> + </note> </section> <section> |