Skip to content

Commit

Permalink
updated history resource, updated examples as per rfc9594
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimejim committed Oct 20, 2024
1 parent f699e34 commit 0bd9b49
Show file tree
Hide file tree
Showing 3 changed files with 2,314 additions and 152 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +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 $(CLONE_ARGS) --init
else
git clone -q --depth 10 $(CLONE_ARGS) \
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
endif
Loading

0 comments on commit 0bd9b49

Please sign in to comment.