From b6b4e24609ff2fdd0919582abbd8b5fce5584583 Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 27 Mar 2001 20:38:39 +0000 Subject: [PATCH] enabling pdf, disabling html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194176 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/makedoc.bat | 6 ++---- docs/xml-docs/makedoc.sh | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/xml-docs/makedoc.bat b/docs/xml-docs/makedoc.bat index 6a3cc0fb0..b695b1a87 100755 --- a/docs/xml-docs/makedoc.bat +++ b/docs/xml-docs/makedoc.bat @@ -2,9 +2,6 @@ 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 ---------------- @@ -17,8 +14,9 @@ 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 +echo sorry, production of html documentation is broken at the moment -%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/ +rem %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 887de356b..b17a85276 100755 --- a/docs/xml-docs/makedoc.sh +++ b/docs/xml-docs/makedoc.sh @@ -1,8 +1,6 @@ #!/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" @@ -29,4 +27,6 @@ echo $JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $* -$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/ +echo "sorry, production of html documentation is broken at the moment" + +#$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/ -- 2.39.5