aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mawk-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mawk-inst.xml')
-rw-r--r--chapter06/mawk-inst.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter06/mawk-inst.xml b/chapter06/mawk-inst.xml
deleted file mode 100644
index 199bd0f56..000000000
--- a/chapter06/mawk-inst.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<sect2>
-<title>Installation of Mawk</title>
-
-<para>Install Mawk by running the following commands:</para>
-
-<para><screen><userinput>./configure &amp;&amp;
-make &amp;&amp;
-make BINDIR=/usr/bin \
-&nbsp;&nbsp;&nbsp;MANDIR=/usr/share/man/man1 install &amp;&amp;
-cd /usr/bin &amp;&amp;
-ln -sf mawk awk</userinput></screen></para>
-
-</sect2>
-