Summary:
The `MANPAGER` on my machine is `nvim`. When running the `man` stage of the build, the build would freeze without giving any feedback. This commit manually sets the manpager to the noninteractive `cat`. This fixes the build.
Test Plan:
- Run `MANPAGER="nvim +Man!" make`
before: build would hang at `attempting man`
now: build completes successfully