BuilderDoxygen and BuilderGCH are external plug-ins, not developed in this project and probably unmaintained. TODO: decide how to fix or replace them...
16 lines
317 B
Python
16 lines
317 B
Python
# -*- python -*-
|
|
##
|
|
## SConscript - SCons buildscript for Documentation
|
|
##
|
|
|
|
|
|
Import('env')
|
|
|
|
|
|
#doxydoc = env.Doxygen('devel/Doxyfile')
|
|
|
|
# env.Install(dir = '$DESTDIR/share/doc/lumiera$VERSION/devel', source=documentation)
|
|
#env.Clean (doxydoc, doxydoc + ['devel/,doxylog','devel/warnings.txt'])
|
|
|
|
|
|
#Export('doxydoc')
|