Skip to content

Commit 4733351

Browse files
committed
Rename the serve target to be server
1 parent 5cf3674 commit 4733351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help:
1616
@echo " all generate the complete webpage"
1717
@echo " html build the HTML files from the existing rst sources"
1818
@echo " api generate API documentation rst sources"
19-
@echo " serve make a HTTP server"
19+
@echo " server make a HTTP server"
2020
@echo " clean clean up build and generated files"
2121

2222
all: html
@@ -35,7 +35,7 @@ api:
3535
@echo
3636
$(SPHINXAUTOGEN) -i -t _templates -o api/generated api/*.rst
3737

38-
serve:
38+
server:
3939
cd $(BUILDDIR)/html && python -m http.server 8009
4040

4141
clean:

0 commit comments

Comments
 (0)