diff options
Diffstat (limited to 'chapter06/less-inst.sgml')
-rw-r--r-- | chapter06/less-inst.sgml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter06/less-inst.sgml b/chapter06/less-inst.sgml deleted file mode 100644 index 6deacf428..000000000 --- a/chapter06/less-inst.sgml +++ /dev/null @@ -1,17 +0,0 @@ -<sect2> -<title>Installation of Less</title> - -<para> -Install Less by running the following commands: -</para> - -<blockquote><literallayout> - - <userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> - <userinput>make &&</userinput> - <userinput>make install</userinput> - -</literallayout></blockquote> - -</sect2> - |