diff options
author | Karen Lease <klease@apache.org> | 2000-11-10 22:38:36 +0000 |
---|---|---|
committer | Karen Lease <klease@apache.org> | 2000-11-10 22:38:36 +0000 |
commit | 6b55e57fc7879ef9129933d68f59f2670d233830 (patch) | |
tree | 4a1dd712b7206004b4f4272dd6ab1a56deb5f0a5 /docs | |
parent | e0f20cea32de586576985a96533c29f7649c05ef (diff) | |
download | xmlgraphics-fop-6b55e57fc7879ef9129933d68f59f2670d233830.tar.gz xmlgraphics-fop-6b55e57fc7879ef9129933d68f59f2670d233830.zip |
Add inhprop and normalex
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/build.xml b/docs/examples/build.xml index 1890466d3..be97ae55a 100644 --- a/docs/examples/build.xml +++ b/docs/examples/build.xml @@ -53,6 +53,8 @@ <fop fofile="${foDir}/fonts.fo" pdffile="${testDir}/fonts.pdf"/> <fop fofile="${foDir}/leader.fo" pdffile="${testDir}/leader.pdf"/> <fop fofile="${foDir}/textdeko.fo" pdffile="${testDir}/textdeko.pdf"/> + <fop fofile="${foDir}/inhprop.fo" pdffile="${testDir}/inhprop.pdf"/> + <fop fofile="${foDir}/normalex.fo" pdffile="${testDir}/normalex.pdf"/> </target> |