From 34e59f917a594e23a8536dc214c4de7feb766bf6 Mon Sep 17 00:00:00 2001 From: fotis Date: Sun, 25 Mar 2001 23:06:39 +0000 Subject: [PATCH] disabling makedoc, because of unknown error in stylebook git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194175 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/makedoc.bat | 8 ++++++-- docs/xml-docs/makedoc.sh | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/xml-docs/makedoc.bat b/docs/xml-docs/makedoc.bat index 135bac197..6a3cc0fb0 100755 --- a/docs/xml-docs/makedoc.bat +++ b/docs/xml-docs/makedoc.bat @@ -1,5 +1,9 @@ -REM creates pdf and html documentation @echo off +REM creates pdf and html documentation + + +echo makedoc doesn't work at the moment. please use the html documentation. +goto end echo Building Fop documentation (pdf,html) echo ---------------- @@ -14,7 +18,7 @@ set ANT_HOME=%LIBDIR% %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5 -rem %JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/ +%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/ goto end diff --git a/docs/xml-docs/makedoc.sh b/docs/xml-docs/makedoc.sh index cc776c36b..887de356b 100755 --- a/docs/xml-docs/makedoc.sh +++ b/docs/xml-docs/makedoc.sh @@ -1,5 +1,9 @@ #!/bin/sh #This file should be executable + +echo makedoc doesn't work at the moment. please use the html documentation. +exit 1 + echo echo "Converting Fop's xml documentation into a pdf file, creating html docs" echo "----------------" -- 2.39.5