]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: better display of website info.
authorGraham Percival <graham@percival-music.ca>
Mon, 4 Apr 2011 04:36:48 +0000 (05:36 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 4 Apr 2011 04:36:48 +0000 (05:36 +0100)
Documentation/contributor/build-notes.itexi

index 0e7f7c7de69bb7d60ea3211b56979fda8077006c..af77cbc86ef0e8fc1b26adb90f7465bb708361ee 100644 (file)
@@ -495,7 +495,7 @@ Website build includes @ref{Building a bibliography}.
 
 Running @code{make -n website} gives the following output:
 
-@example
+@smallexample
 make --no-builtin-rules config_make=./config.make \
                top-src-dir=/home/phil/lilypond-git \
                -f /home/phil/lilypond-git/make/website.make \
@@ -568,12 +568,12 @@ cp /home/phil/lilypond-git/Documentation/web/server/robots.txt out-website/websi
 cp /home/phil/lilypond-git/Documentation/web/server/lilypond.org.htaccess out-website/.htaccess
 cp /home/phil/lilypond-git/Documentation/web/server/website-dir.htaccess out-website/website/.htaccess
 make[1]: Leaving directory `/home/phil/lilypond-git/build'
-@end example
+@end smallexample
 
 And, although there's rather a lot of text here, here's the output
 when @code{make website} is run:
 
-@example
+@smallexample
 make --no-builtin-rules config_make=./config.make \
                top-src-dir=/home/phil/lilypond-git \
                -f /home/phil/lilypond-git/make/website.make \
@@ -916,7 +916,8 @@ cp /home/phil/lilypond-git/Documentation/web/server/favicon.ico out-website/webs
 cp /home/phil/lilypond-git/Documentation/web/server/robots.txt out-website/website
 cp /home/phil/lilypond-git/Documentation/web/server/lilypond.org.htaccess out-website/.htaccess
 cp /home/phil/lilypond-git/Documentation/web/server/website-dir.htaccess out-website/website/.htaccess
-make[1]: Leaving directory `/home/phil/lilypond-git/build'@end example
+make[1]: Leaving directory `/home/phil/lilypond-git/build'
+@end smallexample