Browse Source

enabling pdf, disabling html


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194176 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_18_1
fotis 23 years ago
parent
commit
b6b4e24609
2 changed files with 5 additions and 7 deletions
  1. 2
    4
      docs/xml-docs/makedoc.bat
  2. 3
    3
      docs/xml-docs/makedoc.sh

+ 2
- 4
docs/xml-docs/makedoc.bat View File

@@ -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


+ 3
- 3
docs/xml-docs/makedoc.sh View File

@@ -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/

Loading…
Cancel
Save