mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 10:05:31 +01:00
Added commands to the Chapter 6 Flex instructions to install a .pdf doc file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4106b83c45
commit
3395f06d8b
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-11</para>
|
<para>2008-10-11</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added commands to the Chapter 6 Flex instructions
|
||||||
|
to install a .pdf doc file.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added a parameter to the configure command in the
|
<para>[randy] - Added a parameter to the configure command in the
|
||||||
Automake instructions so that docs are installed in a versioned
|
Automake instructions so that docs are installed in a versioned
|
||||||
|
@ -80,6 +80,13 @@ exec /usr/bin/flex -l "$@"
|
|||||||
EOF
|
EOF
|
||||||
chmod -v 755 /usr/bin/lex</userinput></screen>
|
chmod -v 755 /usr/bin/lex</userinput></screen>
|
||||||
|
|
||||||
|
<para>If desired, install the <filename>flex.pdf</filename> documentation
|
||||||
|
file:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="install">mkdir -v /usr/share/doc/flex-&flex-version;
|
||||||
|
cp -v doc/flex.pdf \
|
||||||
|
/usr/share/doc/flex-&flex-version;</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-flex" role="content">
|
<sect2 id="contents-flex" role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user