From 11945a73c631bedbcf8daaba531964c3fc2d6333 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 5 Feb 2004 12:49:08 +0000 Subject: - Remove html, txt, and pdf directories from CVS - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. --- docs/html/modules-manual-instructions.html | 193 ----------------------------- 1 file changed, 193 deletions(-) delete mode 100644 docs/html/modules-manual-instructions.html (limited to 'docs/html/modules-manual-instructions.html') diff --git a/docs/html/modules-manual-instructions.html b/docs/html/modules-manual-instructions.html deleted file mode 100644 index e8a880b48..000000000 --- a/docs/html/modules-manual-instructions.html +++ /dev/null @@ -1,193 +0,0 @@ -
| The Bugzilla Guide - 2.17.7 - Development Release | ||
|---|---|---|
| Prev | Appendix C. Manual Installation of Perl Modules | Next |
If you need to install Perl modules manually, here's how it's done. - Download the module using the link given in the next section, and then - apply this magic incantation, as root: -
-
bash# tar -xzvf <module>.tar.gz -bash# cd <module> -bash# perl Makefile.PL -bash# make -bash# make test -bash# make install |