diff options
author | Mats Wichmann <mats@linux.com> | 2021-03-26 18:45:45 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-03-26 18:45:45 (GMT) |
commit | 66931a5c56881bdef259506ba65373a604c151dd (patch) | |
tree | 7c43b3e849878f468884e0c44008a38715060def /SCons/Tool/dvipdf.xml | |
parent | 17748a1d0b585782525f1b314127491b0d727d0a (diff) | |
download | SCons-66931a5c56881bdef259506ba65373a604c151dd.zip SCons-66931a5c56881bdef259506ba65373a604c151dd.tar.gz SCons-66931a5c56881bdef259506ba65373a604c151dd.tar.bz2 |
Remove old deprecated construction variables
As listed in #1954, these have been deprecated in docs for
a long time. These six are tool-specific, PDFCOM in dvipdf;
WIN32_INSERT_DEF, WIN32DEFPREFIX, WIN32DEFPREFIX, WIN32DEFSUFFIX
WIN32EXPPREFIX, WIN32EXPSUFFIX all in mslink. All had replacement
names introduced a decade or more ago.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Tool/dvipdf.xml')
-rw-r--r-- | SCons/Tool/dvipdf.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/SCons/Tool/dvipdf.xml b/SCons/Tool/dvipdf.xml index 4ecc46e..51d4030 100644 --- a/SCons/Tool/dvipdf.xml +++ b/SCons/Tool/dvipdf.xml @@ -73,12 +73,4 @@ If this is not set, then &cv-link-DVIPDFCOM; (the command line) is displayed. </summary> </cvar> -<cvar name="PDFCOM"> -<summary> -<para> -A deprecated synonym for &cv-link-DVIPDFCOM;. -</para> -</summary> -</cvar> - </sconsdoc> |