Skip to content

Commit

Permalink
Enable manual activation of experimental lists of figures and tables
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Oct 31, 2024
1 parent e4fc908 commit bec9053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ else
git clone -q --depth 10 $(CLONE_ARGS) \
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
endif

lists.md: draft-ietf-cbor-cddl-more-control.xml
kramdown-rfc-extract-figures-tables $< >$@.new
mv $@.new $@
2 changes: 2 additions & 0 deletions draft-ietf-cbor-cddl-more-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ in {{Section 12 of -base}} for the control operators defined in {{base}}.

--- back

{::include-all lists.md}

Acknowledgements
================
{:unnumbered}
Expand Down

0 comments on commit bec9053

Please sign in to comment.