LUMIERA.clone/doc/SConscript
benn 4131602593 Upgrade: disable doxygen builder (WIP)
BuilderDoxygen and BuilderGCH are external plug-ins,
not developed in this project and probably unmaintained.

TODO: decide how to fix or replace them...
2025-03-16 16:48:14 +01:00

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')