You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please either incorporate something like this, or let me know how to prevent the folllowing from happening:
$ make
draft-uri-lamps-pquake: kramdown-rfc ... OK
draft-uri-lamps-pquake: xml2rfc-txt ... OK
draft-uri-lamps-pquake: xml2rfc-html ... OK
rm draft-uri-lamps-pquake.xml
I don't want rm draft-uri-lamps-pquake.xml to execute, but couldn't find where it is happening. :-(
The text was updated successfully, but these errors were encountered:
XML documents generally aren't needed. And by default, make discards any intermediate files once it has produced the requested output (by default here, that is the HTML and TXT versions).
The HTTP working group keeps XML around. You do that as follows:
Any particular reason you need these files? The HTTP drafts run a linting tool that they can avoid running every time if they keep the XML around. So there are good reasons to retain them, but the files aren't good for much. You need version/draft-whatever-NN.xml to submit, for example.
Since I could not figure how to tell the build process (
make
) to leave (not remove) draft in.xml
format, I had to apply a silly workaround:Please either incorporate something like this, or let me know how to prevent the folllowing from happening:
I don't want
rm draft-uri-lamps-pquake.xml
to execute, but couldn't find where it is happening. :-(The text was updated successfully, but these errors were encountered: