Skip to content

Commit

Permalink
This is installed by requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jun 28, 2023
1 parent d481e7e commit c869d8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ lint:: http-lint
rfc-http-validate ?= rfc-http-validate
.SECONDARY: $(drafts_xml)
.PHONY: http-lint
http-lint: http-lint-install $(addsuffix .http-lint.txt,$(addprefix .,$(drafts)))
http-lint: $(addsuffix .http-lint.txt,$(addprefix .,$(drafts)))
.PHONY: .%.http-lint.txt
.%.http-lint.txt: %.xml $(DEPS_FILES)
$(trace) $< -s http-lint $(rfc-http-validate) -q -m sf.json $<
@touch $@

.PHONY: http-lint-install
http-lint-install:
@hash rfc-http-validate 2>/dev/null || pip3 install rfc-http-validate

0 comments on commit c869d8e

Please sign in to comment.