Skip to content

Commit 7c720be

Browse files
committed
docs: make remove not error on non-existing files
1 parent a7e43b8 commit 7c720be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ clean:
3434
@rm -rf _build
3535
@rm -rf _build_polyversion
3636
@rm -rf source/_examples
37-
@rm source/installation.rst
38-
@rm source/contributing.md
37+
@rm -f source/installation.rst
38+
@rm -f source/contributing.md
3939

4040
.PHONY: help Makefile
4141

0 commit comments

Comments
 (0)