Ignore:
Timestamp:
08/14/2018 03:10:43 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
96c67a1
Parents:
558d8d9
Message:

Minor changes sitting in sandbox.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20292 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/vala.xml

    r558d8d9 r2b999b7  
    104104      <para>The two sed commands and the autoreconf command below are required
    105105      if the optional dependency <xref linkend="graphviz"/> is not installed.
    106       This will allow building the valadoc prgram and libraries that can be used
    107       to generate API documentation in HTML format from Vala source code.
     106      This will allow building the valadoc program and libraries that can be
     107      used to generate API documentation in HTML format from Vala source code.
    108108      </para>
    109     </note>
    110 
    111109<screen><userinput>sed -i '115d; 121,137d; 139,140d'  configure.ac &amp;&amp;
    112110sed -i '/valadoc/d' Makefile.am                 &amp;&amp;
    113 ACLOCAL= autoreconf -fiv                        &amp;&amp;
    114 
    115 ./configure --prefix=/usr                       &amp;&amp;
     111ACLOCAL= autoreconf -fiv</userinput></screen>
     112    </note>
     113
     114<screen><userinput>./configure --prefix=/usr &amp;&amp;
    116115make</userinput></screen>
    117116
Note: See TracChangeset for help on using the changeset viewer.