Skip to content

Commit ce96a78

Browse files
committed
Move 404 page in Makefile
1 parent 9dd4932 commit ce96a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ htmllive: _ensure-sphinx-autobuild html
4040
.PHONY: dirhtml
4141
dirhtml: BUILDER = dirhtml
4242
dirhtml: html
43-
dirhtml: mv $(BUILDDIR)/404/index.html $(BUILDDIR)/404.html
43+
mv $(BUILDDIR)/404/index.html $(BUILDDIR)/404.html
4444

4545
## linkcheck to check validity of links within PEP sources
4646
.PHONY: linkcheck

0 commit comments

Comments
 (0)