mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
c320d402a5
commit
d1d8cc4480
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user