Add remap="doc" for libuv doc instructions

Those instructions cannot be run with only req/rec dependencies, so
signal them as such to jhalfs...
This commit is contained in:
Pierre Labastie 2023-12-04 10:14:51 +01:00
parent c320d402a5
commit d1d8cc4480

View File

@ -118,7 +118,7 @@ make </userinput></screen>
create the man page:
</para>
<screen><userinput>make man -C docs</userinput></screen>
<screen remap="doc"><userinput>make man -C docs</userinput></screen>
<para>
If you want to run the tests, run: <command>make check</command> as
@ -135,7 +135,7 @@ make </userinput></screen>
If you built the man page, install it as the &root; user:
</para>
<screen role="root"><userinput>install -Dm644 docs/build/man/libuv.1 /usr/share/man/man1</userinput></screen>
<screen role="root" remap="doc"><userinput>install -Dm644 docs/build/man/libuv.1 /usr/share/man/man1</userinput></screen>
</sect2>