diff options
author | fotis <fotis@unknown> | 2001-03-25 23:06:39 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-03-25 23:06:39 +0000 |
commit | 34e59f917a594e23a8536dc214c4de7feb766bf6 (patch) | |
tree | e788e34ad81ecb1c3f176f6e7d97c22d9dc0e2de /docs/xml-docs | |
parent | a6c71f3405c41f2b8b9e244cd87284946ec0fc32 (diff) | |
download | xmlgraphics-fop-34e59f917a594e23a8536dc214c4de7feb766bf6.tar.gz xmlgraphics-fop-34e59f917a594e23a8536dc214c4de7feb766bf6.zip |
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
Diffstat (limited to 'docs/xml-docs')
-rwxr-xr-x | docs/xml-docs/makedoc.bat | 8 | ||||
-rwxr-xr-x | 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 "----------------" |