doc icon indicating copy to clipboard operation
doc copied to clipboard

Build.pm6 should probably be deleted

Open JJ opened this issue 6 years ago • 4 comments

The problem

It's in the main directory, I'm not sure it's used.

Suggestions

Check for hidden usage and delete it if it's no longer used.

JJ avatar Sep 10 '19 06:09 JJ

It's used in p6doc, which is spun off...

JJ avatar Sep 10 '19 16:09 JJ

It's a part of the install process with zef. see #3206

coke avatar Jul 24 '20 23:07 coke

Yep, but still, it's only used in p6doc, which is now in another repo. So probably should be removed.

JJ avatar Jul 25 '20 06:07 JJ

I need a pointer to how the install of docs from this repo is supposed to work with the now-separated p6doc tool, so I can figure out what's left for installation in this repo. My expectation was that we would still be installing these docs so that p6doc could find them, and there are other tickets in this repo for fixing the install process in general.

coke avatar Apr 16 '22 16:04 coke

The correct issue is: "Do we want to install the documentation" from this repo;

If yes, we'll update the Build.pm to address it. If not, we'll update it to error out if someone tries to do an install.

There are other issues tracking that question.

coke avatar Nov 16 '22 01:11 coke