Skip to content

Commit

Permalink
Removed the outdated Mma docu-related code from the automatic installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsht committed Dec 21, 2023
1 parent 8046ca3 commit e44b639
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions install.m
Original file line number Diff line number Diff line change
Expand Up @@ -406,25 +406,6 @@
Quiet@DeleteDirectory[unzipDir, DeleteContents -> True];
];


If[ !OptionValue[InstallFeynCalcDevelopmentVersion],
(* Activate the documentation *)
WriteString["stdout", "Setting up the help system ... "];
RenameDirectory[FileNameJoin[{packageDir,"DocOutput"}],FileNameJoin[{packageDir,"Documentation"}]];
Quiet@DeleteDirectory[FileNameJoin[{packageDir,"DocSource"}], DeleteContents -> True];

(* Disable InsufficientVersionWarning?*)
If[ OptionValue[AutoDisableInsufficientVersionWarning] && $Notebooks,

SetOptions[$FrontEnd, MessageOptions -> {"InsufficientVersionWarning" -> False}],

Null,
If[ choiceDialog2[fancyText[strDisableWarning], WindowFloating->True, WindowTitle->"Documentation system"] && $Notebooks,
SetOptions[$FrontEnd, MessageOptions -> {"InsufficientVersionWarning" -> False}]
]
]
];

(* Activate TraditionalForm? *)
WriteString["stdout", "Setting up the format type of new output cells ... "];
If[ OptionValue[AutoEnableTraditionalForm],
Expand Down

0 comments on commit e44b639

Please sign in to comment.