Copy the generated man pages to the release archive#295
Copy the generated man pages to the release archive#295MartinNowak merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
- generated on linux when building docs
|
Still getting some nonsense output from dlang.org. Why is the man page copied to the web folder, for diffing? Furthermore the dependency and path and variable name are inconsistent between https://github.com/dlang/dlang.org/blob/4e07e9f5da92c45329bdcfb8d0195b4084ec1042/posix.mak#L349 (MAN_PAGE=docs/man/man1/dmd.1) and https://github.com/dlang/dmd/blob/18ba25dcf81edfc437c54ee6b5445489d395500a/docs/Makefile#L5 (DMD_MAN_PAGE=man/man1/dmd.1). |
e41033d to
7f7fa97
Compare
|
The man page is a little OS specific (-fPIC et.al.), but that should be fine for now. |
|
Thanks!
Interesting, but according to https://lists.gnu.org/archive/html/groff/2008-02/msg00071.html it's harmless :O
Yes, s.t. changes can be previewed easily.
Oh that wasn't on purpose. It's built on the
I don't think that's worth it.
Oh sorry -> dlang/dmd#7776
Yeah that was a bit on purpose. Well, if my makefile unification, ever gets approved, I'm happy to incorporate the man page variable into it. |
See also: dlang/dmd#7669