March 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19716

          Issue ID: 19716
           Summary: activate and activate.fish scripts do not add MANPATH
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody@puremagic.com
          Reporter: dlang@rydb3rg.com

After use of `source ~/dlang/dmd-2.085.0/activate` and/or `source ~/dlang/dmd-2.085.0/activate.fish` they do not include the MANPATH environment variable, thus unable to look up, e.g., man rdmd, man dmd, or man dmd.conf.

Suggest modifying `script/install.sh` to add MANPATH to activate source scripts.

--