We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ab1e commit 134e587Copy full SHA for 134e587
SConstruct
@@ -1177,7 +1177,7 @@ if HAVE_DOXYGEN:
1177
target=docutarget)
1178
1179
1180
-env.Clean(DocPath('c++'), docutarget)
+env.Clean(DocPath('c++'), glob(DocPath('c++/*')))
1181
1182
######################################################################
1183
# Boost-test based tests
@@ -1683,7 +1683,7 @@ if have_l2h or have_t4h or HAVE_DOXYGEN:
1683
tutorial_srcs)
1684
1685
documastersubdirs = ["tutorial/tutorial", "c++"] + [
1686
- path.basename(elt) for elt in glob("doc/python*")]
+ path.basename(elt) for elt in glob(DocPath("python*"))]
1687
1688
if docpybase not in documastersubdirs:
1689
documastersubdirs += [docpybase]
0 commit comments