From: Graham Percival Date: Mon, 4 Apr 2011 04:36:48 +0000 (+0100) Subject: CG: better display of website info. X-Git-Tag: release/2.13.58-1~11^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41edcf28e7d1f554f6fead66f69a6ed258440732;p=lilypond.git CG: better display of website info. --- diff --git a/Documentation/contributor/build-notes.itexi b/Documentation/contributor/build-notes.itexi index 0e7f7c7de6..af77cbc86e 100644 --- a/Documentation/contributor/build-notes.itexi +++ b/Documentation/contributor/build-notes.itexi @@ -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