summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/dvipdf.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove old deprecated construction variablesMats Wichmann2021-03-261-8/+0
| | | | | | | | | | 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>
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-5/+5
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+84
with current python packaging practices