Change the sassc page so that it is easier for jhalfs. Hope it is OK. Please

speak up if not

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21981 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2019-08-16 19:44:22 +00:00
parent 5112711e5a
commit aeea22aa16

View File

@ -78,7 +78,7 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Library Package Information</bridgehead>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
@ -124,7 +124,10 @@
First, build the library:
</para>
<screen><userinput>autoreconf -fi &amp;&amp;
<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &amp;&amp;
pushd libsass-&libsass-version; &amp;&amp;
autoreconf -fi &amp;&amp;
./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
@ -143,8 +146,7 @@ make</userinput></screen>
Build the command line wrapper:
</para>
<screen><userinput>tar -xf ../sassc-&sassc-version;.tar.gz &amp;&amp;
cd sassc-&sassc-version; &amp;&amp;
<screen><userinput>popd &amp;&amp;
autoreconf -fi &amp;&amp;
./configure --prefix=/usr &amp;&amp;