-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHM and related fixes #577
Conversation
Regression introduced in commit 24e526e
Excellent, it builds now. But I do get some warnings and errors:
|
Btw, the makefile's clean target includes:
I think this is unnecessary, it makes it hard to do a clean build of chm without having to copy all of those phobos html files all over again. Actually it would be nice if chmgen looked for the Phobos HTML files in a path specified by an environment variable so we didn't have to copy the files around. |
They sort of have to be there for the site structure to actually work when on your hard drive. I suggest using a symlink / directory junction, or overriding the DOC variable when building Phobos/Druntime docs. |
I'm not sure what is the cause for those error messages, but I suspect stale .html files in your checkout (probably which no longer correspond to a .dd file). Try using The warnings are more or less expected. I think they all indicate valid (albeit minor) issues with the documentation, whether it's orphaned pages which are no longer reachable via navigation, redirect pages that really should be redone as a HTTP 30x redirect, or other such things. |
https://issues.dlang.org/show_bug.cgi?id=12717