From 79439dfb287f6bc32282de9aed7150a86406ba0d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 18 Jan 2007 06:27:55 +0000 Subject: [PATCH] Updated doc build to handle wordml->roundtrip rename. --- xsl/doc/{wordml => roundtrip}/.cvsignore | 0 xsl/doc/{wordml => roundtrip}/Makefile | 2 +- xsl/docsrc/{wordml => roundtrip}/.cvsignore | 0 xsl/docsrc/{wordml => roundtrip}/Makefile | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename xsl/doc/{wordml => roundtrip}/.cvsignore (100%) rename xsl/doc/{wordml => roundtrip}/Makefile (75%) rename xsl/docsrc/{wordml => roundtrip}/.cvsignore (100%) rename xsl/docsrc/{wordml => roundtrip}/Makefile (80%) diff --git a/xsl/doc/wordml/.cvsignore b/xsl/doc/roundtrip/.cvsignore similarity index 100% rename from xsl/doc/wordml/.cvsignore rename to xsl/doc/roundtrip/.cvsignore diff --git a/xsl/doc/wordml/Makefile b/xsl/doc/roundtrip/Makefile similarity index 75% rename from xsl/doc/wordml/Makefile rename to xsl/doc/roundtrip/Makefile index f9034e535..78d16cc8a 100644 --- a/xsl/doc/wordml/Makefile +++ b/xsl/doc/roundtrip/Makefile @@ -1,4 +1,4 @@ include ../../../releasetools/Variables.mk -VPATH=../../docsrc/wordml +VPATH=../../docsrc/roundtrip HTMLFILES = index.html include ../Makefile.incl diff --git a/xsl/docsrc/wordml/.cvsignore b/xsl/docsrc/roundtrip/.cvsignore similarity index 100% rename from xsl/docsrc/wordml/.cvsignore rename to xsl/docsrc/roundtrip/.cvsignore diff --git a/xsl/docsrc/wordml/Makefile b/xsl/docsrc/roundtrip/Makefile similarity index 80% rename from xsl/docsrc/wordml/Makefile rename to xsl/docsrc/roundtrip/Makefile index 90afc4b59..7d254aef9 100644 --- a/xsl/docsrc/wordml/Makefile +++ b/xsl/docsrc/roundtrip/Makefile @@ -1,4 +1,4 @@ include ../../../releasetools/Variables.mk -VPATH=../../wordml +VPATH=../../roundtrip XMLFILES = docparam.xml include ../Makefile.incl -- 2.40.0