buildframework/helium/tools/common/docs.ant.xml
author wbernard
Tue, 27 Apr 2010 08:33:08 +0300
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
permissions -rw-r--r--
helium_9.0-a7879c935424
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     2
<!-- 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     3
============================================================================ 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     4
Name        : docs.ant.xml 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     5
Part of     : Helium 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     6
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     8
All rights reserved.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     9
This component and the accompanying materials are made available
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    11
which accompanies this distribution, and is available
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    13
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    14
Initial Contributors:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    16
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    17
Contributors:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    18
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    19
Description:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    20
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    21
============================================================================
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    22
-->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    23
<!--* @package framework -->
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    24
<project name="internal.docs" xmlns:hlm="http://www.nokia.com/helium" xmlns:ivy="antlib:org.apache.ivy.ant">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    25
    <description>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    26
    Documentation generation targets.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    27
    </description>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    28
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    29
    <!-- Location of documentation source.
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    30
    This is set to work with IDO docs, to avoid updating their config.
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    31
    @type string
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    32
    @scope public
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    33
    -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    34
    <property name="doc.src.dir" location="${basedir}/docs/src" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    35
    <!-- Location of documentation API source.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    36
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    37
    @scope private
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    38
    -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    39
    <property name="api.doc.src.dir" location="${helium.dir}/doc/api" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    40
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    41
    <!-- A list of source paths for RST documentation to be built. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    42
    <resources id="textdoc.paths">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    43
        <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    44
            <pathelement path="${doc.src.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    45
        </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    46
    </resources>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    47
    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    48
    <!-- The location where the docs will be built.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    49
    @type string
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    50
    @scope private -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    51
    <property name="doc.build.dir" location="${basedir}/build/doc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    52
    <!-- A temp location for doc processing.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    53
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    54
    @scope private -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    55
    <property name="doc.temp.dir" location="${basedir}/build/temp/doc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    56
    <!-- A temp location for doc processing.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    57
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    58
    @scope private -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    59
    <property name="doc_search.temp.dir" location="${basedir}/build/temp/doc_search" />
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    60
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    61
    <fileset id="static.doc.files" dir="${helium.dir}/doc/src">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    62
        <include name="conf.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    63
        <include name=".static"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    64
        <include name=".templates/**"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    65
        <include name="*.jpg"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    66
        <include name="*.css"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    67
    </fileset>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    68
        
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    69
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    70
    <!-- Cleans the Helium API documentation. -->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    71
    <target name="clean-helium-apidocs">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    72
        <delete dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    73
        <delete dir="${doc.temp.dir}/api/helium"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    74
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    75
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    76
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    77
    <!-- Creates images of the dependencies for all Ant targets.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    78
        
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    79
    This includes creating a cmap file that is included in the HTML document,
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    80
    so the boxes in the image are linked to their targets. -->
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    81
    <target name="helium-api-dependency-images">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    82
        <mkdir dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    83
        <mkdir dir="${doc.temp.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    84
        <fmpp sourceRoot="${api.doc.src.dir}" includes="*.dot.ftl" outputRoot="${doc.temp.dir}/api/helium"
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    85
              replaceExtension="dot.ftl, dot">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    86
            <data expandProperties="yes">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    87
                doc: xml(${database.file})
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    88
            </data>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    89
        </fmpp>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    90
        <for param="dot.file" parallel="true" threadCount="${number.of.threads}">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    91
            <fileset dir="${doc.temp.dir}/api/helium" includes="*.dot"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    92
            <sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    93
                <echo>Processing dot file: @{dot.file}</echo>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    94
                <exec executable="dot" dir="${doc.temp.dir}/api/helium">
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    95
                    <arg line="-Tcmap @{dot.file} -O"/>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    96
                </exec>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    97
                <exec executable="dot" dir="${doc.build.dir}/api">
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    98
                    <arg line="-Tpng @{dot.file} -O"/>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    99
                </exec>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   100
            </sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   101
        </for>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   102
        <move todir="${doc.build.dir}/api/helium" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   103
            <fileset dir="${doc.temp.dir}/api/helium" includes="*.dot.png"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   104
        </move>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   105
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   106
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   107
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   108
    <!-- Builds the HTML files for the Helium API documentation. -->
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   109
    <target name="helium-api-html-docs">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   110
        <mkdir dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   111
        <copy todir="${doc.temp.dir}/api/helium" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   112
            <fileset dir="${api.doc.src.dir}"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   113
        </copy>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   114
        <fmpp sourceRoot="${doc.temp.dir}/api/helium" excludes="*.dot.png,*.dot.ftl,**/*.dot,**/*.cmap,*.bak"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   115
              outputRoot="${doc.build.dir}/api/helium"
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   116
              replaceExtension="html.ftl, html">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   117
            <data expandProperties="yes">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   118
                ant: antProperties()
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   119
                doc: xml(${database.file})
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   120
            </data>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   121
        </fmpp>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   122
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   123
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   124
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   125
    <!-- Builds the Helium API documentation. -->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   126
    <target name="helium-apidocs" depends="clean-helium-apidocs,database,
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   127
                    helium-api-dependency-images,helium-api-html-docs"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   128
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   129
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   130
    <!-- Generate API documentation from the source code. -->
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   131
    <target name="apidocs" depends="helium-apidocs,apidocs-search"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   132
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   133
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   134
    <!-- Macro to generate HTML docs from rst. -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   135
    <macrodef name="rstPrepMacro" uri="http://www.nokia.com/helium">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   136
        <attribute name="destdir"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   137
        <element name="resources-elements" implicit="yes"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   138
        <sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   139
            <for param="dir">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   140
                <resources-elements/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   141
                <sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   142
                    <echo>Copying textdocs source directory: @{dir}</echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   143
                    <fmpp sourceRoot="@{dir}"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   144
                          outputRoot="@{destdir}" removeExtensions="ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   145
                          modes="copy(**/*.rst, **/*.html)">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   146
                        <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   147
                            ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   148
                            project: antProject()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   149
                        </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   150
                    </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   151
                </sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   152
            </for>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   153
        </sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   154
    </macrodef>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   155
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   156
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   157
    <!-- Macro to generate HTML docs from rst. -->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   158
    <macrodef name="rstMacro" uri="http://www.nokia.com/helium">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   159
        <attribute name="version" default="${helium.version}"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   160
        <attribute name="src" default="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   161
        <attribute name="output" default="${doc.build.dir}"/>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   162
        <sequential>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   163
            <property name="sphinx.lib.dir" location="${helium.dir}/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   164
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   165
                <available file="${nokia.python.tools}/sphinxfixsearch.diff"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   166
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   167
                    <patch patchfile="${nokia.python.tools}/sphinxfixsearch.diff" originalfile="${sphinx.lib.dir}/search.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   168
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   169
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   170
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   171
                <resourcecount when="greater" count="0">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   172
                    <fileset dir="@{src}" includes="**/*.rst"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   173
                </resourcecount>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   174
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   175
                    <exec executable="python" failonerror="true">        
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   176
                        <arg file="${python.dir}/common/sphinx-build.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   177
                        <arg value="-b" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   178
                        <arg value="html" />            
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   179
                        <arg value="-D" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   180
                        <arg value="version=@{version}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   181
                        <arg value="-D" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   182
                        <arg value="release=@{version}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   183
                        <arg file="@{src}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   184
                        <arg file="@{output}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   185
                    </exec>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   186
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   187
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   188
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   189
                <available file="${nokia.python.tools}/sphinxfixsearch.diff"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   190
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   191
                    <patch reverse="true" patchfile="${nokia.python.tools}/sphinxfixsearch.diff" originalfile="${sphinx.lib.dir}/search.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   192
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   193
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   194
        </sequential>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   195
    </macrodef>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   196
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   197
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   198
    <!-- Generate search index for apis -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   199
    <target name="apidocs-search">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   200
        <echo>Convert API docs to .rst files</echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   201
        <hlm:python>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   202
import html2rest
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   203
import os
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   204
import codecs
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   205
#import traceback
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   206
for root, dirs, files in os.walk(r'${doc.build.dir}/api', topdown=False):
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   207
    for fname in files:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   208
        if '.html' in fname:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   209
            filename = os.path.abspath(os.path.join(root, fname))
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   210
            rstfilename = filename.replace('.html', '.rst')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   211
            try:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   212
                out = open(rstfilename, 'w')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   213
                html2rest.html2rest(html2rest.readsoup(filename), out)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   214
            except:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   215
                #traceback.print_exc()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   216
                print filename + ' failed to be converted to rst'
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   217
            finally:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   218
                out.close()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   219
                
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   220
            try:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   221
                rstfile = codecs.open(rstfilename, 'r', 'utf8')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   222
                rstfile.read()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   223
            except:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   224
                print rstfilename + ' has invalid unicode'
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   225
                rstfile.close()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   226
                os.remove(rstfilename)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   227
        </hlm:python>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   228
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   229
        <move todir="${doc_search.temp.dir}" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   230
            <fileset dir="${doc.build.dir}/api">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   231
                <include name="**/*.rst"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   232
            </fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   233
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   234
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   235
        <move todir="${doc.build.dir}/api_backup" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   236
            <fileset dir="${doc.build.dir}/api"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   237
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   238
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   239
        <hlm:rstPrepMacro destdir="${doc_search.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   240
            <resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   241
                <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   242
                    <pathelement path="${helium.dir}/doc/default"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   243
                </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   244
            </resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   245
        </hlm:rstPrepMacro>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   246
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   247
        <copy file="${api.doc.src.dir}/apisearchindex.rst" tofile="${doc_search.temp.dir}/index.rst" overwrite="true"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   248
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   249
        <!--<copy todir="${doc_search.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   250
            <fileset refid="static.doc.files"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   251
        </copy>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   252
        <copy todir="${doc_search.temp.dir}" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   253
            <fileset dir="${helium.dir}/doc/src_search" includes="**/*"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   254
        </copy>-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   255
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   256
        <hlm:rstMacro src="${doc_search.temp.dir}" output="${doc.build.dir}/api"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   257
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   258
        <move todir="${doc.build.dir}/api" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   259
            <fileset dir="${doc.build.dir}/api_backup"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   260
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   261
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   262
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   263
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   264
    <!-- Generate rst files for docs -->
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   265
    <target name="prep-textdocs">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   266
        <echo>Building docs into ${doc.build.dir}.</echo>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   267
        
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   268
        <delete dir="${doc.build.dir}/.doctrees"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   269
        <delete file="${doc.build.dir}/searchindex.json"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   270
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   271
        <resources id="textdoc.all.paths">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   272
            <!-- default doc content is always processed first -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   273
            <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   274
                <pathelement path="${helium.dir}/doc/default"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   275
            </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   276
            <resources refid="textdoc.paths"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   277
        </resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   278
        <hlm:rstPrepMacro destdir="${doc.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   279
            <resources refid="textdoc.all.paths"/>    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   280
        </hlm:rstPrepMacro>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   281
    </target>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   282
        
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   283
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   284
    <target name="build-textdocs-dot-images">
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   285
        <for param="dot.file">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   286
            <fileset dir="${doc.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   287
                <include name="**/*.dot"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   288
                <exclude name="api/helium/**/*.dot"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   289
            </fileset>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   290
            <sequential>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   291
                <echo>Building dot file: @{dot.file}</echo>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   292
                <exec executable="dot">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   293
                    <arg line="-Tpng @{dot.file} -O"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   294
                </exec>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   295
            </sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   296
        </for>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   297
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   298
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   299
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   300
    <!-- Generate HTML documentation from .rst documents with Sphinx.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   301
    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   302
    All doc .rst files should be generated or copied into build/temp/doc before being processed into HTML.    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   303
    -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   304
    <target name="build-textdocs">
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   305
        <hlm:rstMacro />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   306
        
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   307
        <copy file="${database.file}" todir="${doc.build.dir}"/>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   308
    </target>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   309
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   310
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   311
    <target name="textdocs" depends="prep-textdocs,build-textdocs-dot-images,build-textdocs"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   312
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   313
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   314
    <!-- Cleans only the RST text docs -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   315
    <target name="clean-textdocs">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   316
        <mkdir dir="${doc.build.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   317
        <mkdir dir="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   318
        <mkdir dir="${doc_search.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   319
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   320
        <delete includeemptydirs="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   321
            <fileset dir="${doc.build.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   322
                <include name="**/*"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   323
                <exclude name="api/helium/**/*"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   324
            </fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   325
            <fileset dir="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   326
            <fileset dir="${doc_search.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   327
        </delete>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   328
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   329
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   330
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   331
    <!-- Cleans all documentation. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   332
    <target name="clean-docs" depends="clean-helium-apidocs,clean-textdocs"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   333
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   334
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   335
    <!-- generate all the user documentation for helium -->
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   336
    <target name="docs" depends="clean-docs,apidocs,textdocs"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   337
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   338
</project>