From cecc99e8f3bef282cd66f165297be344ff50ac44 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Mon, 10 Jan 2005 22:16:21 +0000 Subject: [PATCH] Generate xhtml docbook --- doc/docbook/styles/{html => xhtml}/acegi-chunk.xsl | 0 doc/docbook/styles/{html => xhtml}/acegi.css | 0 doc/docbook/styles/{html => xhtml}/acegi.xsl | 0 doc/project.properties | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename doc/docbook/styles/{html => xhtml}/acegi-chunk.xsl (100%) rename doc/docbook/styles/{html => xhtml}/acegi.css (100%) rename doc/docbook/styles/{html => xhtml}/acegi.xsl (100%) diff --git a/doc/docbook/styles/html/acegi-chunk.xsl b/doc/docbook/styles/xhtml/acegi-chunk.xsl similarity index 100% rename from doc/docbook/styles/html/acegi-chunk.xsl rename to doc/docbook/styles/xhtml/acegi-chunk.xsl diff --git a/doc/docbook/styles/html/acegi.css b/doc/docbook/styles/xhtml/acegi.css similarity index 100% rename from doc/docbook/styles/html/acegi.css rename to doc/docbook/styles/xhtml/acegi.css diff --git a/doc/docbook/styles/html/acegi.xsl b/doc/docbook/styles/xhtml/acegi.xsl similarity index 100% rename from doc/docbook/styles/html/acegi.xsl rename to doc/docbook/styles/xhtml/acegi.xsl diff --git a/doc/project.properties b/doc/project.properties index e95b3e7eda..cbdd341a44 100644 --- a/doc/project.properties +++ b/doc/project.properties @@ -1,8 +1,8 @@ # sdocbook maven.sdocbook.src.dir=${basedir}/docbook -maven.sdocbook.html.xsl=${maven.sdocbook.stylesheets.dir}/html/acegi.xsl +maven.sdocbook.html.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi.xsl maven.sdocbook.fo.xsl=${maven.sdocbook.stylesheets.dir}/fo/acegi.xsl -maven.sdocbook.htmlchunk.xsl=${maven.sdocbook.stylesheets.dir}/html/acegi-chunk.xsl +maven.sdocbook.htmlchunk.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi-chunk.xsl # statcvs, if you want a full, accurate history # (this downloads the *entire* CVS into target/statcvs, so it can take some time)