From 90d3ce4162259b20afa9ee44dfec5bca3a716b8c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jun 2021 15:01:25 +0530 Subject: [PATCH] make target to publish website --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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