From c246cf592592172eaacfc40a4e423605eef12d0c Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Thu, 5 Feb 2004 04:49:32 +0000 Subject: [PATCH] - 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. --- webtools/bugzilla/docs/html/Bugzilla-Guide.html | 0 webtools/bugzilla/docs/html/about.html | 0 webtools/bugzilla/docs/html/administration.html | 0 webtools/bugzilla/docs/html/bug_page.html | 0 webtools/bugzilla/docs/html/bugreports.html | 0 webtools/bugzilla/docs/html/cmdline.html | 0 webtools/bugzilla/docs/html/components.html | 0 webtools/bugzilla/docs/html/configuration.html | 0 webtools/bugzilla/docs/html/conventions.html | 0 webtools/bugzilla/docs/html/copyright.html | 0 webtools/bugzilla/docs/html/credits.html | 0 .../docs/html/cust-change-permissions.html | 0 webtools/bugzilla/docs/html/cust-hooks.html | 0 webtools/bugzilla/docs/html/cust-templates.html | 0 webtools/bugzilla/docs/html/customization.html | 0 webtools/bugzilla/docs/html/dbdoc.html | 0 webtools/bugzilla/docs/html/dbmodify.html | 0 webtools/bugzilla/docs/html/disclaimer.html | 0 webtools/bugzilla/docs/html/extraconfig.html | 0 webtools/bugzilla/docs/html/faq.html | 0 webtools/bugzilla/docs/html/gfdl-0.html | 0 webtools/bugzilla/docs/html/gfdl-1.html | 0 webtools/bugzilla/docs/html/gfdl-10.html | 0 webtools/bugzilla/docs/html/gfdl-2.html | 0 webtools/bugzilla/docs/html/gfdl-3.html | 0 webtools/bugzilla/docs/html/gfdl-4.html | 0 webtools/bugzilla/docs/html/gfdl-5.html | 0 webtools/bugzilla/docs/html/gfdl-6.html | 0 webtools/bugzilla/docs/html/gfdl-7.html | 0 webtools/bugzilla/docs/html/gfdl-8.html | 0 webtools/bugzilla/docs/html/gfdl-9.html | 0 webtools/bugzilla/docs/html/gfdl-howto.html | 0 webtools/bugzilla/docs/html/gfdl.html | 0 webtools/bugzilla/docs/html/glossary.html | 0 webtools/bugzilla/docs/html/groups.html | 0 webtools/bugzilla/docs/html/hintsandtips.html | 0 webtools/bugzilla/docs/html/index.html | 0 .../docs/html/install-perlmodules-manual.html | 0 webtools/bugzilla/docs/html/installation.html | 0 .../bugzilla/docs/html/installing-bugzilla.html | 0 webtools/bugzilla/docs/html/integration.html | 0 webtools/bugzilla/docs/html/list.html | 0 webtools/bugzilla/docs/html/milestones.html | 0 .../docs/html/modules-manual-download.html | 0 .../docs/html/modules-manual-instructions.html | 0 webtools/bugzilla/docs/html/myaccount.html | 0 webtools/bugzilla/docs/html/newversions.html | 0 webtools/bugzilla/docs/html/os-specific.html | 0 webtools/bugzilla/docs/html/parameters.html | 0 webtools/bugzilla/docs/html/patches.html | 0 webtools/bugzilla/docs/html/patchviewer.html | 0 webtools/bugzilla/docs/html/products.html | 0 webtools/bugzilla/docs/html/query.html | 0 webtools/bugzilla/docs/html/reporting.html | 0 webtools/bugzilla/docs/html/troubleshooting.html | 0 webtools/bugzilla/docs/html/upgrading.html | 0 webtools/bugzilla/docs/html/useradmin.html | 0 webtools/bugzilla/docs/html/userpreferences.html | 0 webtools/bugzilla/docs/html/using-intro.html | 0 webtools/bugzilla/docs/html/using.html | 0 webtools/bugzilla/docs/html/versions.html | 0 webtools/bugzilla/docs/html/voting.html | 0 webtools/bugzilla/docs/makedocs.pl | 16 +++++++++++++++- webtools/bugzilla/docs/pdf/Bugzilla-Guide.pdf | 0 webtools/bugzilla/docs/txt/Bugzilla-Guide.txt | 0 65 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 webtools/bugzilla/docs/html/Bugzilla-Guide.html delete mode 100644 webtools/bugzilla/docs/html/about.html delete mode 100644 webtools/bugzilla/docs/html/administration.html delete mode 100644 webtools/bugzilla/docs/html/bug_page.html delete mode 100644 webtools/bugzilla/docs/html/bugreports.html delete mode 100644 webtools/bugzilla/docs/html/cmdline.html delete mode 100644 webtools/bugzilla/docs/html/components.html delete mode 100644 webtools/bugzilla/docs/html/configuration.html delete mode 100644 webtools/bugzilla/docs/html/conventions.html delete mode 100644 webtools/bugzilla/docs/html/copyright.html delete mode 100644 webtools/bugzilla/docs/html/credits.html delete mode 100644 webtools/bugzilla/docs/html/cust-change-permissions.html delete mode 100644 webtools/bugzilla/docs/html/cust-hooks.html delete mode 100644 webtools/bugzilla/docs/html/cust-templates.html delete mode 100644 webtools/bugzilla/docs/html/customization.html delete mode 100644 webtools/bugzilla/docs/html/dbdoc.html delete mode 100644 webtools/bugzilla/docs/html/dbmodify.html delete mode 100644 webtools/bugzilla/docs/html/disclaimer.html delete mode 100644 webtools/bugzilla/docs/html/extraconfig.html delete mode 100644 webtools/bugzilla/docs/html/faq.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-0.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-1.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-10.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-2.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-3.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-4.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-5.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-6.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-7.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-8.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-9.html delete mode 100644 webtools/bugzilla/docs/html/gfdl-howto.html delete mode 100644 webtools/bugzilla/docs/html/gfdl.html delete mode 100644 webtools/bugzilla/docs/html/glossary.html delete mode 100644 webtools/bugzilla/docs/html/groups.html delete mode 100644 webtools/bugzilla/docs/html/hintsandtips.html delete mode 100644 webtools/bugzilla/docs/html/index.html delete mode 100644 webtools/bugzilla/docs/html/install-perlmodules-manual.html delete mode 100644 webtools/bugzilla/docs/html/installation.html delete mode 100644 webtools/bugzilla/docs/html/installing-bugzilla.html delete mode 100644 webtools/bugzilla/docs/html/integration.html delete mode 100644 webtools/bugzilla/docs/html/list.html delete mode 100644 webtools/bugzilla/docs/html/milestones.html delete mode 100644 webtools/bugzilla/docs/html/modules-manual-download.html delete mode 100644 webtools/bugzilla/docs/html/modules-manual-instructions.html delete mode 100644 webtools/bugzilla/docs/html/myaccount.html delete mode 100644 webtools/bugzilla/docs/html/newversions.html delete mode 100644 webtools/bugzilla/docs/html/os-specific.html delete mode 100644 webtools/bugzilla/docs/html/parameters.html delete mode 100644 webtools/bugzilla/docs/html/patches.html delete mode 100644 webtools/bugzilla/docs/html/patchviewer.html delete mode 100644 webtools/bugzilla/docs/html/products.html delete mode 100644 webtools/bugzilla/docs/html/query.html delete mode 100644 webtools/bugzilla/docs/html/reporting.html delete mode 100644 webtools/bugzilla/docs/html/troubleshooting.html delete mode 100644 webtools/bugzilla/docs/html/upgrading.html delete mode 100644 webtools/bugzilla/docs/html/useradmin.html delete mode 100644 webtools/bugzilla/docs/html/userpreferences.html delete mode 100644 webtools/bugzilla/docs/html/using-intro.html delete mode 100644 webtools/bugzilla/docs/html/using.html delete mode 100644 webtools/bugzilla/docs/html/versions.html delete mode 100644 webtools/bugzilla/docs/html/voting.html delete mode 100644 webtools/bugzilla/docs/pdf/Bugzilla-Guide.pdf delete mode 100644 webtools/bugzilla/docs/txt/Bugzilla-Guide.txt diff --git a/webtools/bugzilla/docs/html/Bugzilla-Guide.html b/webtools/bugzilla/docs/html/Bugzilla-Guide.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/about.html b/webtools/bugzilla/docs/html/about.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/administration.html b/webtools/bugzilla/docs/html/administration.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/bug_page.html b/webtools/bugzilla/docs/html/bug_page.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/bugreports.html b/webtools/bugzilla/docs/html/bugreports.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/cmdline.html b/webtools/bugzilla/docs/html/cmdline.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/components.html b/webtools/bugzilla/docs/html/components.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/configuration.html b/webtools/bugzilla/docs/html/configuration.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/conventions.html b/webtools/bugzilla/docs/html/conventions.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/copyright.html b/webtools/bugzilla/docs/html/copyright.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/credits.html b/webtools/bugzilla/docs/html/credits.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/cust-change-permissions.html b/webtools/bugzilla/docs/html/cust-change-permissions.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/cust-hooks.html b/webtools/bugzilla/docs/html/cust-hooks.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/cust-templates.html b/webtools/bugzilla/docs/html/cust-templates.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/customization.html b/webtools/bugzilla/docs/html/customization.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/dbdoc.html b/webtools/bugzilla/docs/html/dbdoc.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/dbmodify.html b/webtools/bugzilla/docs/html/dbmodify.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/disclaimer.html b/webtools/bugzilla/docs/html/disclaimer.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/extraconfig.html b/webtools/bugzilla/docs/html/extraconfig.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/faq.html b/webtools/bugzilla/docs/html/faq.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-0.html b/webtools/bugzilla/docs/html/gfdl-0.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-1.html b/webtools/bugzilla/docs/html/gfdl-1.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-10.html b/webtools/bugzilla/docs/html/gfdl-10.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-2.html b/webtools/bugzilla/docs/html/gfdl-2.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-3.html b/webtools/bugzilla/docs/html/gfdl-3.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-4.html b/webtools/bugzilla/docs/html/gfdl-4.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-5.html b/webtools/bugzilla/docs/html/gfdl-5.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-6.html b/webtools/bugzilla/docs/html/gfdl-6.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-7.html b/webtools/bugzilla/docs/html/gfdl-7.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-8.html b/webtools/bugzilla/docs/html/gfdl-8.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-9.html b/webtools/bugzilla/docs/html/gfdl-9.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl-howto.html b/webtools/bugzilla/docs/html/gfdl-howto.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/gfdl.html b/webtools/bugzilla/docs/html/gfdl.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/glossary.html b/webtools/bugzilla/docs/html/glossary.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/groups.html b/webtools/bugzilla/docs/html/groups.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/hintsandtips.html b/webtools/bugzilla/docs/html/hintsandtips.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/index.html b/webtools/bugzilla/docs/html/index.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/install-perlmodules-manual.html b/webtools/bugzilla/docs/html/install-perlmodules-manual.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/installation.html b/webtools/bugzilla/docs/html/installation.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/installing-bugzilla.html b/webtools/bugzilla/docs/html/installing-bugzilla.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/integration.html b/webtools/bugzilla/docs/html/integration.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/list.html b/webtools/bugzilla/docs/html/list.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/milestones.html b/webtools/bugzilla/docs/html/milestones.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/modules-manual-download.html b/webtools/bugzilla/docs/html/modules-manual-download.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/modules-manual-instructions.html b/webtools/bugzilla/docs/html/modules-manual-instructions.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/myaccount.html b/webtools/bugzilla/docs/html/myaccount.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/newversions.html b/webtools/bugzilla/docs/html/newversions.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/os-specific.html b/webtools/bugzilla/docs/html/os-specific.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/parameters.html b/webtools/bugzilla/docs/html/parameters.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/patches.html b/webtools/bugzilla/docs/html/patches.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/patchviewer.html b/webtools/bugzilla/docs/html/patchviewer.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/products.html b/webtools/bugzilla/docs/html/products.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/query.html b/webtools/bugzilla/docs/html/query.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/reporting.html b/webtools/bugzilla/docs/html/reporting.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/troubleshooting.html b/webtools/bugzilla/docs/html/troubleshooting.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/upgrading.html b/webtools/bugzilla/docs/html/upgrading.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/useradmin.html b/webtools/bugzilla/docs/html/useradmin.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/userpreferences.html b/webtools/bugzilla/docs/html/userpreferences.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/using-intro.html b/webtools/bugzilla/docs/html/using-intro.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/using.html b/webtools/bugzilla/docs/html/using.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/versions.html b/webtools/bugzilla/docs/html/versions.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/html/voting.html b/webtools/bugzilla/docs/html/voting.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/makedocs.pl b/webtools/bugzilla/docs/makedocs.pl index 0b1eea47d72..2fb0911b2fd 100644 --- a/webtools/bugzilla/docs/makedocs.pl +++ b/webtools/bugzilla/docs/makedocs.pl @@ -68,6 +68,20 @@ sub MakeDocs($$) { ############################################################################### chdir dirname($0); + +if (!-d 'html') { + unlink 'html'; + mkdir 'html', 0755; +} +if (!-d 'txt') { + unlink 'txt'; + mkdir 'txt', 0755; +} +if (!-d 'pdf') { + unlink 'pdf'; + mkdir 'pdf', 0755; +} + chdir 'html'; MakeDocs('separate HTML', "jade -t sgml -i html -d $LDP_HOME/ldp.dsl\#html " . @@ -89,5 +103,5 @@ MakeDocs(undef, 'mv ../xml/Bugzilla-Guide.tex .'); MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex'); -MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.aux'); +MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.aux Bugzilla-Guide.out'); diff --git a/webtools/bugzilla/docs/pdf/Bugzilla-Guide.pdf b/webtools/bugzilla/docs/pdf/Bugzilla-Guide.pdf deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt b/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt deleted file mode 100644 index e69de29bb2d..00000000000