aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-03-21 11:34:25 +0100
committerGuillem Jover <guillem@debian.org>2019-03-21 11:34:25 +0100
commitfb98d60fe0a554f56526a786c6772d825ff3cae2 (patch)
tree170970aa3997c015eae3c889e0864b8cca01ed07
parent0f5cae307a97271acb48deafdb8d3bb29d3211b9 (diff)
doc: Fix cvsname handling in inddpvcs
Fix placement of the comment which was disabling the entire line, making the whole macro not work at all. Also rename the vcsname argument to not use the legacy name.
-rw-r--r--english/doc/manuals.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/english/doc/manuals.defs b/english/doc/manuals.defs
index 6439f6ae25f..044ec05da1a 100644
--- a/english/doc/manuals.defs
+++ b/english/doc/manuals.defs
@@ -81,8 +81,9 @@
<defvar formats html />
<defvar path "manuals/<get-var name />" />
<defvar basename "<get-var name />" />
- <defvar cvsname <get-var name /> /> # Deprecated variable, alias for vcsname
- <defvar vcsname <get-var cvsname /> />
+ # Deprecated variable, alias for vcsname
+ <defvar cvsname <get-var name /> />
+ <defvar vcsname <get-var name /> />
# naming: default(extention: pt-br, ...), locale(extention: pt_BR, ...), none(no listing)
<defvar naming default />
<defvar srctype XML />

© 2014-2024 Faster IT GmbH | imprint | privacy policy