diff options
author | jstebbins <[email protected]> | 2014-01-25 22:14:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-01-25 22:14:10 +0000 |
commit | 3db701933facbed318f5edb6589903caa5f78c64 (patch) | |
tree | 4151c917dede2149d809f14fecc89c6dd3fc82fe /doc/texi/Building.linux.texi | |
parent | c70a9eb8cd000862c0f31db19e800a312b2b296e (diff) |
documentation: fix compatibility with makeinfo 5.1
Variables can no longer have '.' or '_'.
This syntax is no longer valid "@value{@value{variable}}
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5992 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi/Building.linux.texi')
-rw-r--r-- | doc/texi/Building.linux.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/texi/Building.linux.texi b/doc/texi/Building.linux.texi index edc0a7f4a..bb5e9e172 100644 --- a/doc/texi/Building.linux.texi +++ b/doc/texi/Building.linux.texi @@ -1,21 +1,22 @@ -@input texinfo @c -*- Texinfo -*- +\input texinfo @c -*- Texinfo -*- @c %**start of header @setfilename Building.linux.info @include base/article.texi @include building/command.texi @paragraphindent none -@set BG.platform linux +@set BG-platform @value{OS-linux} @c %**end of header -@majorheading Guide to Building @value{HB.title} on @value{OS.@value{BG.platform}} +@majorheading Guide to Building @value{HB-title} on @value{BG-platform} @contents +@sp 1 @include building/chapter.introduction.texi @c %**------------------------------------------------------------------------- @anchor{prerequisites} @chapter Prerequisites -The following are the recommended specifications for building on @value{OS.linux}; but is not necessarily the only configuration that is possible: +The following are the recommended specifications for building on @value{OS-linux}; but is not necessarily the only configuration that is possible: @itemize @bullet @item Intel 32-bit or 64-bit kernel @@ -120,7 +121,7 @@ gstreamer1-devel gstreamer1-plugins-base-devel @anchor{overview} @chapter Overview -@value{OS.linux} builds are performed from a @b{terminal}. There is no support for building from any IDEs. +@value{OS-linux} builds are performed from a @b{terminal}. There is no support for building from any IDEs. @c %**------------------------------------------------------------------------- @include building/chapter.via.terminal.texi |