Fix the instructions for preserving the RFCXML.

This commit is contained in:
Jeffrey Yasskin 2025-01-10 16:19:22 -08:00
parent dad097a0f0
commit 340f206d36
1 changed files with 2 additions and 2 deletions

View File

@ -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).