From e2530a7fb12bd8bf0e5b56e6108b8533dbf2e73e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 25 Nov 2024 16:51:03 -0800 Subject: [PATCH] Renae the output of linktype2stanza to .md. linktype2stanza generates (RFC-style) Markdown, not XML. --- Makefile | 4 ++-- draft-ietf-opsawg-pcaplinktype.md | 2 +- linktypes.xml => linktypes.md | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename linktypes.xml => linktypes.md (100%) diff --git a/Makefile b/Makefile index 0f22384..f7a24ff 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,6 @@ else -b main https://github.com/martinthomson/i-d-template $(LIBDIR) endif -linktypes.xml: linktypes.csv - /usr/bin/perl linktype2stanza >linktypes.xml +linktypes.md: linktypes.csv + /usr/bin/perl linktype2stanza >linktypes.md diff --git a/draft-ietf-opsawg-pcaplinktype.md b/draft-ietf-opsawg-pcaplinktype.md index 51f0854..1baea9c 100644 --- a/draft-ietf-opsawg-pcaplinktype.md +++ b/draft-ietf-opsawg-pcaplinktype.md @@ -549,7 +549,7 @@ As the First Come First Served range is large and easily obtained, official valu This is the initial table for the registry: -{::include linktypes.xml} +{::include linktypes.md} ### Guidance for Designated Experts {#sec-de} diff --git a/linktypes.xml b/linktypes.md similarity index 100% rename from linktypes.xml rename to linktypes.md