mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Ensure bison docs are put in versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ad6b72b9ee
commit
b0832e78cf
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2015-02-09</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[Chris] - Added --docdir switch to Chapter 6 Bison to
|
||||||
|
put docs in versioned directory.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2015-02-08</para>
|
<para>2015-02-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<para>Prepare Bison for compilation:</para>
|
<para>Prepare Bison for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
|
||||||
<!--
|
<!--
|
||||||
<para>The configure system causes Bison to be built without support for
|
<para>The configure system causes Bison to be built without support for
|
||||||
internationalization of error messages if a <command>bison</command>
|
internationalization of error messages if a <command>bison</command>
|
||||||
|
Loading…
Reference in New Issue
Block a user