diff --git a/Makefile b/Makefile index 9a5d15b..b8ed73a 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,12 @@ +TEXT_PAGINATION := true LIBDIR := lib include $(LIBDIR)/main.mk $(LIBDIR)/main.mk: ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) git submodule sync - git submodule update --init + git submodule update $(CLONE_ARGS) --init else -ifneq (,$(wildcard $(ID_TEMPLATE_HOME))) - ln -s "$(ID_TEMPLATE_HOME)" $(LIBDIR) -else - git clone -q --depth 10 -b main \ - https://github.com/martinthomson/i-d-template $(LIBDIR) -endif + git clone -q --depth 10 $(CLONE_ARGS) \ + -b main https://github.com/martinthomson/i-d-template $(LIBDIR) endif diff --git a/README.md b/README.md index a629196..038366c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Constrained Application Protocol (CoAP): Corrections and Clarifications -This is the working area for the IETF [CORE Working Group](https://datatracker.ietf.org/group/core/documents/) Internet-Draft, "Constrained Application Protocol (CoAP): Corrections and Clarifications". +This is the working area for the IETF [CORE Working Group](https://datatracker.ietf.org/wg/core/documents/) Internet-Draft, "Constrained Application Protocol (CoAP): Corrections and Clarifications". * [Editor's Copy](https://core-wg.github.io/corrclar/#go.draft-ietf-core-corr-clar.html) * [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-core-corr-clar) * [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-core-corr-clar) * [Compare Editor's Copy to Working Group Draft](https://core-wg.github.io/corrclar/#go.draft-ietf-core-corr-clar.diff) +[Access to all branches](https://core-wg.github.io/corrclar/) ## Contributing