From 340f206d36a8b50fc2a107ce3ae7495e645c45ce Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 10 Jan 2025 16:19:22 -0800 Subject: [PATCH] Fix the instructions for preserving the RFCXML. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ef88bf..2ddf858 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,8 @@ HTML. You can build the formatted versions or the intermediate RFCXML file using https://author-tools.ietf.org/ or locally by running `make`. To preserve the -intermediate RFCXML form in a local build, `touch draft-marchan-kdl2.xml` before -running `make`. +intermediate RFCXML form in a local build, run `make draft-marchan-kdl2.xml` +once. Command line usage requires that you have the necessary software installed. See [the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).