File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ dist-hook:
69
69
fi
70
70
71
71
clean-local :
72
- rm -rf $(CLEANFILES )
72
+ -rm -rf $(CLEANFILES )
73
+ -rm -rf doc/html/.buildinfo doc/html/.doctrees
74
+ -rm -rf doc/man/.buildinfo doc/man/.doctrees
73
75
74
76
uninstall-local :
75
77
-rmdir $(mongocdocdir ) /doc $(mongocdocdir ) /html
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SPHINX_HTML_FILES = \
9
9
doc/html/.nojekyll \
10
10
doc/html/objects.inv
11
11
12
- CLEANFILES += $(SPHINX_HTML_FILES ) doc/html/.doctrees doc/man/.buildinfo
12
+ CLEANFILES += $(SPHINX_HTML_FILES )
13
13
14
14
.PHONY : doc/html
15
15
Original file line number Diff line number Diff line change 1
- CLEANFILES += $(wildcard doc/man/* .3) doc/man/.doctrees doc/man/.buildinfo
1
+ CLEANFILES += $(wildcard doc/man/* .3)
2
2
3
3
.PHONY : doc/man
4
4
You can’t perform that action at this time.
0 commit comments