diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml index a62fdbd2c0..b8d6971e8e 100644 --- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml @@ -38,7 +38,7 @@ <para>Having obtained the documentation and web site source files, the web site can be built. In this example, the build directory - is <filename>~/doc</filename> + is <filename role="directory"><replaceable>~/doc</replaceable></filename> and all the required files are already in place.</para> <para>The web site is built from the @@ -76,7 +76,7 @@ <systemitem class="username">jru</systemitem> in their home directory, <filename>/usr/home/jru/doc</filename>.</para> <screen>&prompt.root; <userinput>cd /home/jru/doc/en_US.ISO8859-1/htdocs</userinput> -&prompt.root; <userinput>env DESTDIR=/usr/local/www make install</userinput></screen> +&prompt.root; <userinput>env DESTDIR=<replaceable>/usr/local/www</replaceable> make install</userinput></screen> <para>The install process will not delete any old or outdated files that existed previously in the same directory. If a new @@ -84,7 +84,7 @@ will find and delete all files that have not been updated in three days.</para> - <screen>&prompt.root; <userinput>find /usr/local/www -ctime 3 -delete</userinput></screen> + <screen>&prompt.root; <userinput>find <replaceable>/usr/local/www</replaceable> -ctime 3 -delete</userinput></screen> </sect1> <sect1 xml:id="the-website-env"> @@ -129,7 +129,7 @@ <listitem> <para>If set, build or install only for the languages - specified by this variable inside the <filename>~/doc</filename> + specified by this variable inside the <filename role="directory"><replaceable>~/doc</replaceable></filename> directory. All other languages except English will be ignored. E.g.:</para> |