From 16b2731fd2b16a3233b12eb29b34fa8f065a5dc3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 17 Jul 2007 14:54:22 +0000 Subject: [PATCH] Renamed experimental docx and docsrcx dirs to become standard doc and docsrc dirs. --- xsl/{docx => doc}/.cvsignore | 0 xsl/{docx => doc}/AUTHORS | 0 xsl/{docx => doc}/COPYING | 0 xsl/{docx => doc}/Makefile | 0 xsl/{docx => doc}/README | 0 xsl/{docx => doc}/common/.cvsignore | 0 xsl/{docx => doc}/fo/.cvsignore | 0 xsl/{docx => doc}/html/.cvsignore | 0 xsl/{docx => doc}/lib/.cvsignore | 0 xsl/{docx => doc}/manpages/.cvsignore | 0 xsl/{docx => doc}/pi/.cvsignore | 0 xsl/{docx => doc}/refentry/.cvsignore | 0 xsl/{docx => doc}/roundtrip/.cvsignore | 0 xsl/{docx => doc}/slides/.cvsignore | 0 xsl/{docx => doc}/template/.cvsignore | 0 xsl/{docx => doc}/utility/.cvsignore | 0 xsl/{docx => doc}/website/.cvsignore | 0 xsl/{docsrcx => docsrc}/.cvsignore | 0 xsl/{docsrcx => docsrc}/Makefile | 0 xsl/{docsrcx => docsrc}/authors.xml | 0 xsl/{docsrcx => docsrc}/copyright.xml | 0 xsl/{docsrcx => docsrc}/license.xml | 0 xsl/{docsrcx => docsrc}/page.png | Bin xsl/{docsrcx => docsrc}/reference.css | 0 xsl/{docsrcx => docsrc}/reference.xml | 0 xsl/{docsrcx => docsrc}/warranty.xml | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename xsl/{docx => doc}/.cvsignore (100%) rename xsl/{docx => doc}/AUTHORS (100%) rename xsl/{docx => doc}/COPYING (100%) rename xsl/{docx => doc}/Makefile (100%) rename xsl/{docx => doc}/README (100%) rename xsl/{docx => doc}/common/.cvsignore (100%) rename xsl/{docx => doc}/fo/.cvsignore (100%) rename xsl/{docx => doc}/html/.cvsignore (100%) rename xsl/{docx => doc}/lib/.cvsignore (100%) rename xsl/{docx => doc}/manpages/.cvsignore (100%) rename xsl/{docx => doc}/pi/.cvsignore (100%) rename xsl/{docx => doc}/refentry/.cvsignore (100%) rename xsl/{docx => doc}/roundtrip/.cvsignore (100%) rename xsl/{docx => doc}/slides/.cvsignore (100%) rename xsl/{docx => doc}/template/.cvsignore (100%) rename xsl/{docx => doc}/utility/.cvsignore (100%) rename xsl/{docx => doc}/website/.cvsignore (100%) rename xsl/{docsrcx => docsrc}/.cvsignore (100%) rename xsl/{docsrcx => docsrc}/Makefile (100%) rename xsl/{docsrcx => docsrc}/authors.xml (100%) rename xsl/{docsrcx => docsrc}/copyright.xml (100%) rename xsl/{docsrcx => docsrc}/license.xml (100%) rename xsl/{docsrcx => docsrc}/page.png (100%) rename xsl/{docsrcx => docsrc}/reference.css (100%) rename xsl/{docsrcx => docsrc}/reference.xml (100%) rename xsl/{docsrcx => docsrc}/warranty.xml (100%) diff --git a/xsl/docx/.cvsignore b/xsl/doc/.cvsignore similarity index 100% rename from xsl/docx/.cvsignore rename to xsl/doc/.cvsignore diff --git a/xsl/docx/AUTHORS b/xsl/doc/AUTHORS similarity index 100% rename from xsl/docx/AUTHORS rename to xsl/doc/AUTHORS diff --git a/xsl/docx/COPYING b/xsl/doc/COPYING similarity index 100% rename from xsl/docx/COPYING rename to xsl/doc/COPYING diff --git a/xsl/docx/Makefile b/xsl/doc/Makefile similarity index 100% rename from xsl/docx/Makefile rename to xsl/doc/Makefile diff --git a/xsl/docx/README b/xsl/doc/README similarity index 100% rename from xsl/docx/README rename to xsl/doc/README diff --git a/xsl/docx/common/.cvsignore b/xsl/doc/common/.cvsignore similarity index 100% rename from xsl/docx/common/.cvsignore rename to xsl/doc/common/.cvsignore diff --git a/xsl/docx/fo/.cvsignore b/xsl/doc/fo/.cvsignore similarity index 100% rename from xsl/docx/fo/.cvsignore rename to xsl/doc/fo/.cvsignore diff --git a/xsl/docx/html/.cvsignore b/xsl/doc/html/.cvsignore similarity index 100% rename from xsl/docx/html/.cvsignore rename to xsl/doc/html/.cvsignore diff --git a/xsl/docx/lib/.cvsignore b/xsl/doc/lib/.cvsignore similarity index 100% rename from xsl/docx/lib/.cvsignore rename to xsl/doc/lib/.cvsignore diff --git a/xsl/docx/manpages/.cvsignore b/xsl/doc/manpages/.cvsignore similarity index 100% rename from xsl/docx/manpages/.cvsignore rename to xsl/doc/manpages/.cvsignore diff --git a/xsl/docx/pi/.cvsignore b/xsl/doc/pi/.cvsignore similarity index 100% rename from xsl/docx/pi/.cvsignore rename to xsl/doc/pi/.cvsignore diff --git a/xsl/docx/refentry/.cvsignore b/xsl/doc/refentry/.cvsignore similarity index 100% rename from xsl/docx/refentry/.cvsignore rename to xsl/doc/refentry/.cvsignore diff --git a/xsl/docx/roundtrip/.cvsignore b/xsl/doc/roundtrip/.cvsignore similarity index 100% rename from xsl/docx/roundtrip/.cvsignore rename to xsl/doc/roundtrip/.cvsignore diff --git a/xsl/docx/slides/.cvsignore b/xsl/doc/slides/.cvsignore similarity index 100% rename from xsl/docx/slides/.cvsignore rename to xsl/doc/slides/.cvsignore diff --git a/xsl/docx/template/.cvsignore b/xsl/doc/template/.cvsignore similarity index 100% rename from xsl/docx/template/.cvsignore rename to xsl/doc/template/.cvsignore diff --git a/xsl/docx/utility/.cvsignore b/xsl/doc/utility/.cvsignore similarity index 100% rename from xsl/docx/utility/.cvsignore rename to xsl/doc/utility/.cvsignore diff --git a/xsl/docx/website/.cvsignore b/xsl/doc/website/.cvsignore similarity index 100% rename from xsl/docx/website/.cvsignore rename to xsl/doc/website/.cvsignore diff --git a/xsl/docsrcx/.cvsignore b/xsl/docsrc/.cvsignore similarity index 100% rename from xsl/docsrcx/.cvsignore rename to xsl/docsrc/.cvsignore diff --git a/xsl/docsrcx/Makefile b/xsl/docsrc/Makefile similarity index 100% rename from xsl/docsrcx/Makefile rename to xsl/docsrc/Makefile diff --git a/xsl/docsrcx/authors.xml b/xsl/docsrc/authors.xml similarity index 100% rename from xsl/docsrcx/authors.xml rename to xsl/docsrc/authors.xml diff --git a/xsl/docsrcx/copyright.xml b/xsl/docsrc/copyright.xml similarity index 100% rename from xsl/docsrcx/copyright.xml rename to xsl/docsrc/copyright.xml diff --git a/xsl/docsrcx/license.xml b/xsl/docsrc/license.xml similarity index 100% rename from xsl/docsrcx/license.xml rename to xsl/docsrc/license.xml diff --git a/xsl/docsrcx/page.png b/xsl/docsrc/page.png similarity index 100% rename from xsl/docsrcx/page.png rename to xsl/docsrc/page.png diff --git a/xsl/docsrcx/reference.css b/xsl/docsrc/reference.css similarity index 100% rename from xsl/docsrcx/reference.css rename to xsl/docsrc/reference.css diff --git a/xsl/docsrcx/reference.xml b/xsl/docsrc/reference.xml similarity index 100% rename from xsl/docsrcx/reference.xml rename to xsl/docsrc/reference.xml diff --git a/xsl/docsrcx/warranty.xml b/xsl/docsrc/warranty.xml similarity index 100% rename from xsl/docsrcx/warranty.xml rename to xsl/docsrc/warranty.xml -- 2.40.0