diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-02 18:56:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-02 18:56:21 +0000 |
commit | 58500e56a4a2111db207c7ebd43160f6cece2186 (patch) | |
tree | af5032e57830e71950b90e8b639e3f7a0ccbe4b4 /chapter06/flex.xml | |
parent | 46b0da873f636f48f4d237fd7dad715ff41cc729 (diff) |
Clean up a couple of instructions for Flex following upgrade to Flex-2.5.37. Fixes #3206 and #3210.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index d5a00b631..bf424fe04 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -48,8 +48,6 @@ <para>Prepare Flex for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> <para>Compile the package:</para> @@ -90,11 +88,6 @@ exec /usr/bin/flex -l "$@" EOF chmod -v 755 /usr/bin/lex</userinput></screen> - <para>If desired, install the <filename>flex.pdf</filename> documentation - file:</para> - -<screen><userinput remap="install">cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen> - </sect2> <sect2 id="contents-flex" role="content"> |