mirror of
https://github.com/eclipse/upm.git
synced 2025-07-15 00:01:30 +03:00
docs: Updated doc dependencies for all languages
This commit changes how the UPM doc targets build. The doc targets no longer rebuild each time. * doc (doxygen) target depends only on C/C++ source * jsdoc (yuidoc) depends on doc and a stamp file * pydoc (sphinx) depends on the output index.xml from doc * pyupm_doxy2swig depends on python2 python extensions Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -50,6 +50,6 @@ void cleanUp();
|
||||
* output during doc build. This file is used by swig to provide native
|
||||
* python module documentation.
|
||||
*/
|
||||
#if SWIGPYTHON
|
||||
#if defined(SWIGPYTHON) && defined(BUILDDOC)
|
||||
%include "pyupm_doxy2swig.i"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user