* A nice stylesheet for the manual.

This commit is contained in:
Eelco Dolstra 2003-12-02 15:36:49 +00:00
parent 0d3a1a8582
commit 16d971bce7
3 changed files with 212 additions and 8 deletions

View file

@ -265,8 +265,7 @@ derivation { <co id='ex-hello-nix-co-2' />
};
stdenv = stdenv; <co id='ex-hello-nix-co-7' />
perl = perl;
}
</programlisting>
}</programlisting>
</example>
<para>
@ -326,8 +325,7 @@ tar xvfz $src || exit 1
cd hello-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
</programlisting>
make install || exit 1</programlisting>
</example>
</sect2>
@ -373,8 +371,7 @@ derivation {
expat = expat;
db4 = if localServer then db4 else null;
swig = if swigBindings then swig else null;
}
</programlisting>
}</programlisting>
</example>
<para>