/[escript]/trunk/doc/doxygen/SConscript
ViewVC logotype

Contents of /trunk/doc/doxygen/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1705 - (show annotations)
Thu Aug 14 05:56:40 2008 UTC (14 years, 7 months ago) by ksteube
File size: 605 byte(s)
Branch scons-dev is hereby closed.
Some parts of scons scripts have been re-written.

1 # Copyright 2006 by ACcESS MNRF
2 #
3 # http://www.access.edu.au
4 # Primary Business: Queensland, Australia
5 # Licensed under the Open Software License version 3.0
6 # http://www.opensource.org/licenses/osl-3.0.php
7
8 import os
9 Import('*')
10
11 tmp = env.Command(env['prefix']+'/release/doc/doxygen', env['pyinstall'], [Mkdir(env['prefix']+'/release/doc/doxygen'), "doxygen doc/doxygen/doxygen_esys"])
12 env.Alias('api_doxygen', env['prefix']+'/release/doc/doxygen')
13

  ViewVC Help
Powered by ViewVC 1.1.26