summaryrefslogtreecommitdiffstats
path: root/doc/user/repositories.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/repositories.sgml')
-rw-r--r--doc/user/repositories.sgml36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/user/repositories.sgml b/doc/user/repositories.sgml
index fdb8b5b..e728bc4 100644
--- a/doc/user/repositories.sgml
+++ b/doc/user/repositories.sgml
@@ -1,6 +1,6 @@
<!--
- Copyright (c) 2001, 2002, 2003 Steven Knight
+ __COPYRIGHT__
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -234,11 +234,11 @@ subdirectories under the repository tree.
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
- </literallayout>
+ </screen>
<para>
@@ -251,13 +251,13 @@ subdirectories under the repository tree.
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
gcc -c /usr/repository1/hello.c -o hello.o
gcc -o hello hello.o
- </literallayout>
+ </screen>
<para>
@@ -269,11 +269,11 @@ subdirectories under the repository tree.
- <literallayout>
+ <screen>
% <userinput>scons -Q</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o
- </literallayout>
+ </screen>
<para>
@@ -298,9 +298,9 @@ subdirectories under the repository tree.
</para>
- <literallayout>
+ <screen>
% <userinput>scons -Q -Y /usr/repository1 -Y /usr/repository2</userinput>
- </literallayout>
+ </screen>
<para>
@@ -343,14 +343,14 @@ subdirectories under the repository tree.
- <literallayout>
+ <screen>
% <userinput>cd /usr/repository1</userinput>
% <userinput>scons -Q</userinput>
cc -c -o file1.o file1.c
cc -c -o file2.o file2.c
cc -c -o hello.o hello.c
cc -o hello hello.o file1.o file2.o
- </literallayout>
+ </screen>
<para>
@@ -379,13 +379,13 @@ subdirectories under the repository tree.
<command>scons -Q -Y __ROOT__/usr/repository1</command>
</scons_output>
-->
- <literallayout>
+ <screen>
% <userinput>cd $HOME/build</userinput>
% <userinput>edit hello.c</userinput>
% <userinput>scons -Q -Y /usr/repository1</userinput>
cc -c -o hello.o hello.c
cc -o hello hello.o /usr/repository1/file1.o /usr/repository1/file2.o
- </literallayout>
+ </screen>
<para>
@@ -410,12 +410,12 @@ subdirectories under the repository tree.
</para>
- <literallayout>
+ <screen>
% <userinput>mkdir $HOME/build2</userinput>
% <userinput>cd $HOME/build2</userinput>
% <userinput>scons -Q -Y /usr/all/repository hello</userinput>
scons: `hello' is up-to-date.
- </literallayout>
+ </screen>
<para>
@@ -457,11 +457,11 @@ subdirectories under the repository tree.
</para>
- <literallayout>
- % scons -Y /usr/all/repository hello
+ <screen>
+ % <userinput>scons -Y /usr/all/repository hello</userinput>
Local copy of hello from /usr/all/repository/hello
scons: `hello' is up-to-date.
- </literallayout>
+ </screen>
<para>