mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
various docdir fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23578 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c0b9aa944f
commit
ec0f2a5dfd
@ -111,7 +111,7 @@
|
||||
following command:
|
||||
</para>
|
||||
|
||||
<screen><userinput>make gui</userinput></screen>
|
||||
<screen><userinput>make gui doc_dir=/usr/share/doc/highlight-&highlight-version;/</userinput></screen>
|
||||
<!--
|
||||
<para>
|
||||
To build the API documentation, run the following command:
|
||||
@ -129,7 +129,7 @@
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install doc_dir=/usr/share/doc/highlight-&highlight-version;/</userinput></screen>
|
||||
|
||||
<para>
|
||||
To install the GUI program, run the following command as the
|
||||
@ -147,6 +147,17 @@
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>doc_dir=/usr/share/doc/highlight-&highlight-version;</parameter>:
|
||||
install highlight documentation into a versioned directory. This
|
||||
parameter is also needed for <command>make gui</command>, because
|
||||
its value would be hardcoded into the gui executable.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
@ -164,7 +175,7 @@
|
||||
</seg>
|
||||
<seg>
|
||||
/etc/highlight,
|
||||
/usr/share/doc/highlight, and
|
||||
/usr/share/doc/highlight/&highlight-version;, and
|
||||
/usr/share/highlight
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
@ -107,7 +107,8 @@
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--enable-vala \
|
||||
--disable-static &&
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/librsvg-&librsvg-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -188,6 +188,7 @@ meson --prefix=/usr \
|
||||
-Db_lto=false \
|
||||
-Dhomed=false \
|
||||
-Duserdb=false \
|
||||
-Ddocdir=/usr/share/doc/systemd-&systemd-version; \
|
||||
.. &&
|
||||
|
||||
ninja</userinput></screen>
|
||||
|
@ -97,7 +97,8 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-thorough-tests &&
|
||||
--disable-thorough-tests \
|
||||
--docdir=/usr/share/doc/flac-&flac-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -115,7 +115,8 @@
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-fuse=internal &&
|
||||
--with-fuse=internal \
|
||||
--docdir=/usr/share/doc/ntfs-3g-&ntfs-3g-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -98,7 +98,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG &&
|
||||
<screen><userinput>./configure $XORG_CONFIG --docdir=/usr/share/doc/libXdmcp-&libXdmcp-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user