Project

General

Profile

« Previous | Next » 

Revision 7521

enable plantuml generation when building the sphinx documentation. note that you do need to have graphviz installed, but hopefully that is all.

View differences:

build.xml
1353 1353
		     And you must also have the 'make' build tool installed
1354 1354
		-->
1355 1355
		<exec dir="${docdir}/user/metacat" executable="make"> 
1356
		        <arg value="plantuml"/> 
1357
		</exec>
1358
		
1359
		<exec dir="${docdir}/user/metacat" executable="make"> 
1356 1360
		        <arg value="html"/> 
1357 1361
		</exec>
1362
		
1358 1363
    </target>
1359 1364

  
1360 1365
	<target name="javadoc" depends="prepare"

Also available in: Unified diff