summaryrefslogtreecommitdiffstats
path: root/doc/texi/building/command.texi
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-01-25 22:14:10 +0000
committerjstebbins <[email protected]>2014-01-25 22:14:10 +0000
commit3db701933facbed318f5edb6589903caa5f78c64 (patch)
tree4151c917dede2149d809f14fecc89c6dd3fc82fe /doc/texi/building/command.texi
parentc70a9eb8cd000862c0f31db19e800a312b2b296e (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/command.texi')
-rw-r--r--doc/texi/building/command.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/texi/building/command.texi b/doc/texi/building/command.texi
index 3acddc3a0..fedb58188 100644
--- a/doc/texi/building/command.texi
+++ b/doc/texi/building/command.texi
@@ -1,4 +1,4 @@
-@macro COMMAND.checkout{}
-svn checkout @value{HB.repo.url} @value{HB.acro.lower}-@value{HB.repo.branch}
-cd @value{HB.acro.lower}-@value{HB.repo.branch}
+@macro COMMAND-checkout{}
+svn checkout @value{HB-repo-url} @value{HB-acro-lower}-@value{HB-repo-branch}
+cd @value{HB-acro-lower}-@value{HB-repo-branch}
@end macro