Add users/explain to default skip subdirs#26905
Conversation
story645
left a comment
There was a problem hiding this comment.
I'm a little confused though since users/explain is a symlink of galleries/user_explain
|
I think for the galleries this list refers to the generated directories under Lines 228 to 235 in 37f26da |
|
What does gets built if you do this? |
Not much! FAQs, Getting Started, Installation, Next What's New, 3.8 GitHub stats, Project information, External Resources. But the way I've been using it is: run once to generate the default skip-subdir file, comment out the things I do want to build, and then run it again. |
PR summary
I had reason to
git cleanand then the next time I ranmake html-skip-subdirs, it spend a while generating users/explain. Adding'users/explain/*'to the list of default skipped subdirs fixed that.PR checklist