diff --git a/Makefile b/Makefile index bfdcfb0ec..1db9b9ba7 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,7 @@ html: linkcheck: $(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs linkcheck +website: + ./publish.py --only website + docs: man html