Skip to content

Commit

Permalink
Makefile: Add Prepare RFC List task
Browse files Browse the repository at this point in the history
  • Loading branch information
cal0pteryx committed Sep 23, 2021
1 parent 74c1c5d commit 5f546d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f546d7

Please sign in to comment.