From 6c942f20e82966fe82822061a7c3e7783ff88832 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Thu, 23 Sep 2021 20:04:18 +0200 Subject: [PATCH] Makefile: Add Prepare RFC List task --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4a4c88ec8..c45bcdbbf 100644 --- a/Makefile +++ b/Makefile @@ -49,16 +49,19 @@ clean: serve: $(PY) $(TOOLSDIR)/prepare_xep_list.py + $(PY) $(TOOLSDIR)/prepare_rfc_list.py $(HUGO) version $(HUGO) server --bind=0.0.0.0 --baseURL="http://localhost/" prepare_docker: $(PY) $(TOOLSDIR)/prepare_xep_list.py + $(PY) $(TOOLSDIR)/prepare_rfc_list.py $(HUGO) version $(HUGO) --baseURL="http://localhost/" publish: $(PY) $(TOOLSDIR)/prepare_xep_list.py + $(PY) $(TOOLSDIR)/prepare_rfc_list.py $(PY) $(TOOLSDIR)/lint-list.py clients.json $(PY) $(TOOLSDIR)/lint-list.py servers.json $(PY) $(TOOLSDIR)/lint-list.py libraries.json