From 5f546d793d08d9b7b237381126a42dd308112265 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7ccdfb8bc..2dd00c315 100644 --- a/Makefile +++ b/Makefile @@ -48,11 +48,13 @@ clean: serve: $(PY) $(TOOLSDIR)/prepare_xep_list.py + $(PY) $(TOOLSDIR)/prepare_rfc_list.py $(HUGO) version $(HUGO) server --bind=0.0.0.0 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