From d18345e19d9c7c8d99793279ff1a205b133867f5 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 28 Aug 2006 02:44:00 +0000 Subject: [PATCH] Moved xsl stylesheets out of doc/ directory and into docsrc/ directory. mobe css stylesheets into css/ subdirectory within the doc dir. Reason for the changes is that the docbook-xsl-doc is now distributed as a separate package, and having the actual doc files at the root level of the doc directory makes it quicker and easier for users to get to the docs when they're installed (e.g., in /usr/share/doc/docbook-xsl/doc on Debian). --- xsl/doc/Makefile | 4 +-- xsl/doc/book.xsl | 49 ------------------------------- xsl/doc/common/Makefile | 2 +- xsl/doc/{ => css}/ref.css | 0 xsl/doc/{ => css}/reference.css | 0 xsl/doc/fo/Makefile | 2 +- xsl/doc/html/Makefile | 2 +- xsl/doc/jrefhtml.xsl | 33 --------------------- xsl/doc/manpages/Makefile | 2 +- xsl/doc/pi/Makefile | 2 +- xsl/doc/refentry/Makefile | 2 +- xsl/doc/slides/Makefile | 2 +- xsl/doc/template/Makefile | 2 +- xsl/doc/website/Makefile | 2 +- xsl/doc/wordml/Makefile | 2 +- xsl/docsrc/clrefentry.xsl | 2 +- xsl/docsrc/jrefhtml.xsl | 26 ++++++++++++++++ xsl/{doc => docsrc}/reference.xsl | 2 +- 18 files changed, 39 insertions(+), 97 deletions(-) delete mode 100644 xsl/doc/book.xsl rename xsl/doc/{ => css}/ref.css (100%) rename xsl/doc/{ => css}/reference.css (100%) delete mode 100644 xsl/doc/jrefhtml.xsl rename xsl/{doc => docsrc}/reference.xsl (97%) diff --git a/xsl/doc/Makefile b/xsl/doc/Makefile index a84c21344..04d738368 100644 --- a/xsl/doc/Makefile +++ b/xsl/doc/Makefile @@ -4,9 +4,7 @@ PROCOPT= .PHONY : clean -RSTYLE=reference.xsl -CRSTYLE=creference.xsl -BSTYLE=book.xsl +RSTYLE=../docsrc/reference.xsl VPATH=../docsrc DIRS=common refentry lib html fo manpages wordml slides website template pi diff --git a/xsl/doc/book.xsl b/xsl/doc/book.xsl deleted file mode 100644 index e60e29489..000000000 --- a/xsl/doc/book.xsl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -

- - - - - - copyright - - - - - - - - - - . - No Warranty - . -

-
- -
diff --git a/xsl/doc/common/Makefile b/xsl/doc/common/Makefile index eea93a7a2..0388cbb1e 100644 --- a/xsl/doc/common/Makefile +++ b/xsl/doc/common/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/common XSLTOPT= diff --git a/xsl/doc/ref.css b/xsl/doc/css/ref.css similarity index 100% rename from xsl/doc/ref.css rename to xsl/doc/css/ref.css diff --git a/xsl/doc/reference.css b/xsl/doc/css/reference.css similarity index 100% rename from xsl/doc/reference.css rename to xsl/doc/css/reference.css diff --git a/xsl/doc/fo/Makefile b/xsl/doc/fo/Makefile index 4a1e60b67..2b483f70c 100644 --- a/xsl/doc/fo/Makefile +++ b/xsl/doc/fo/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/fo XSLTOPT= diff --git a/xsl/doc/html/Makefile b/xsl/doc/html/Makefile index 4e46d4966..3428ece20 100644 --- a/xsl/doc/html/Makefile +++ b/xsl/doc/html/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/html XSLTOPT= diff --git a/xsl/doc/jrefhtml.xsl b/xsl/doc/jrefhtml.xsl deleted file mode 100644 index 5123b274e..000000000 --- a/xsl/doc/jrefhtml.xsl +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - -

- - - - - - copyright - - - - - - - - . - No Warranty - . -

-
- -
diff --git a/xsl/doc/manpages/Makefile b/xsl/doc/manpages/Makefile index af54c24f5..d7dc3792f 100644 --- a/xsl/doc/manpages/Makefile +++ b/xsl/doc/manpages/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/manpages XSLTOPT= diff --git a/xsl/doc/pi/Makefile b/xsl/doc/pi/Makefile index 8315cdb2d..fc44777d9 100644 --- a/xsl/doc/pi/Makefile +++ b/xsl/doc/pi/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/pi XSLTOPT= diff --git a/xsl/doc/refentry/Makefile b/xsl/doc/refentry/Makefile index 4195e61a9..a5393cf88 100644 --- a/xsl/doc/refentry/Makefile +++ b/xsl/doc/refentry/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/refentry XSLTOPT= diff --git a/xsl/doc/slides/Makefile b/xsl/doc/slides/Makefile index fca566ed6..9989462fb 100644 --- a/xsl/doc/slides/Makefile +++ b/xsl/doc/slides/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/slides/ XSLTOPT= diff --git a/xsl/doc/template/Makefile b/xsl/doc/template/Makefile index dad6b22f5..49c6904bd 100644 --- a/xsl/doc/template/Makefile +++ b/xsl/doc/template/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/template XSLTOPT= diff --git a/xsl/doc/website/Makefile b/xsl/doc/website/Makefile index 247b9ee02..2794dafe9 100644 --- a/xsl/doc/website/Makefile +++ b/xsl/doc/website/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/website XSLTOPT= diff --git a/xsl/doc/wordml/Makefile b/xsl/doc/wordml/Makefile index a0a2b58aa..899567a0b 100644 --- a/xsl/doc/wordml/Makefile +++ b/xsl/doc/wordml/Makefile @@ -1,6 +1,6 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl +STYLE=../../docsrc/jrefhtml.xsl VPATH=../../docsrc/wordml XSLTOPT= diff --git a/xsl/docsrc/clrefentry.xsl b/xsl/docsrc/clrefentry.xsl index 0531044fe..570005242 100644 --- a/xsl/docsrc/clrefentry.xsl +++ b/xsl/docsrc/clrefentry.xsl @@ -11,7 +11,7 @@ - + § diff --git a/xsl/docsrc/jrefhtml.xsl b/xsl/docsrc/jrefhtml.xsl index 19fc2c676..9b5fe83f0 100644 --- a/xsl/docsrc/jrefhtml.xsl +++ b/xsl/docsrc/jrefhtml.xsl @@ -22,6 +22,8 @@ + + @@ -164,6 +166,30 @@ + + + + +

+ + + + + + copyright + + + + + + + + . + No Warranty + . +

+
+ diff --git a/xsl/doc/reference.xsl b/xsl/docsrc/reference.xsl similarity index 97% rename from xsl/doc/reference.xsl rename to xsl/docsrc/reference.xsl index 35b245709..f53bd7ac2 100644 --- a/xsl/doc/reference.xsl +++ b/xsl/docsrc/reference.xsl @@ -4,7 +4,7 @@ - + ./images/ -- 2.40.0