blob: 507eb7addb2913feb69f70d4f779aca58e994a65 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2011, 2019 Mia-Software and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
Contributors:
Gregoire Dupe (Mia-Software) - Bug 337584 - Documentation set up
-->
<project default="toc.html" basedir=".">
<target name="toc.html" >
<xslt force="true" style="toc.xsl" in="toc-full.xml" out="toc.html"/>
</target>
<target name="all" depends="toc.html"/>
</project>