]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
disabling makedoc, because of unknown error in stylebook
authorfotis <fotis@unknown>
Sun, 25 Mar 2001 23:06:39 +0000 (23:06 +0000)
committerfotis <fotis@unknown>
Sun, 25 Mar 2001 23:06:39 +0000 (23:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194175 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/makedoc.bat
docs/xml-docs/makedoc.sh

index 135bac19771f67d8cee10b558a5e2a1e15c43401..6a3cc0fb06638edc16ea0cf4f43baf73d3b6f8bb 100755 (executable)
@@ -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
 
index cc776c36b8ec5373142d97a4b5ab7084a0a0e6cf..887de356b134b10bda527883bcc8e8a34b76c94a 100755 (executable)
@@ -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 "----------------"