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 29, 2021
1 parent f02b40a commit 6c942f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c942f2

Please sign in to comment.