Skip to content

Commit

Permalink
Merge pull request #2642 from httpwg/make-cleanup
Browse files Browse the repository at this point in the history
Remove some cruft from the Makefile
  • Loading branch information
mnot authored Sep 28, 2023
2 parents 3e11527 + 521db00 commit d0c8d33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
LIBDIR := lib
DISABLE_RIBBON := true
INDEX_FORMAT := md
GHPAGES_COMMIT_TTL = 7
GHPAGES_BRANCH_TTL = 2
Expand All @@ -17,11 +16,7 @@ else
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
endif

$(GHPAGES_EXTRA):
ln -sf draft-ietf-httpbis-$@ $@

clean::
-rm -f $(GHPAGES_EXTRA)
-rm -f .*.http-lint.txt

lint:: http-lint
Expand All @@ -30,7 +25,6 @@ rfc-http-validate ?= rfc-http-validate
.SECONDARY: $(drafts_xml)
.PHONY: http-lint
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 $@

0 comments on commit d0c8d33

Please sign in to comment.