diff --git a/gui/wxpython/docs/CMakeLists.txt b/gui/wxpython/docs/CMakeLists.txt index bec5455695a..a257457fd0b 100644 --- a/gui/wxpython/docs/CMakeLists.txt +++ b/gui/wxpython/docs/CMakeLists.txt @@ -7,7 +7,7 @@ set(wxpython_html_files wxGUI.toolboxes wxGUI.vnet) -add_custom_target(wxpython_docs) +add_custom_target(wxpython_docs DEPENDS grass_gis) add_dependencies(GUI_WXPYTHON wxpython_docs) foreach(html_file ${wxpython_html_files})