aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r--chapter05/dejagnu.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index bf0ca3e8b..bae0ed7d9 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -43,14 +43,15 @@
<para>Prepare DejaGNU for compilation:</para>
-<screen><userinput>./configure --prefix=/tools</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
<para>Build and install the package:</para>
-<screen><userinput>make install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
- <para>To test the results, issue:
- <userinput>make check</userinput>.</para>
+ <para>To test the results, issue:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
</sect2>