diff options
author | jake%bugzilla.org <> | 2008-04-04 13:47:21 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:47:21 +0200 |
commit | 22e6912bf1c268bc6f7bc4ba39888ca512757cfd (patch) | |
tree | 6767e1e2cf5a8dfc567951943ce3b47387ef70cd /docs | |
parent | 21bc2feb67ab501b9b1abddf207c18fdba00eec0 (diff) | |
download | bugzilla-22e6912bf1c268bc6f7bc4ba39888ca512757cfd.tar.gz bugzilla-22e6912bf1c268bc6f7bc4ba39888ca512757cfd.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/en/xml/administration.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 4f279c9be..87af3f6da 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/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> |