Skip to content
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

make clean doesn't remove html/.html… #1153

Closed
coke opened this issue Jan 21, 2017 · 2 comments
Closed

make clean doesn't remove html/.html… #1153

coke opened this issue Jan 21, 2017 · 2 comments
Assignees

Comments

@coke
Copy link
Collaborator

coke commented Jan 21, 2017

…Ideally, we shouldn't even be creating this file, but since we are, clean it up.

BTW, the title is

  <title>Disambiguation for &#39;&#39;</title>
@coke coke added the build label Jan 21, 2017
@coke coke self-assigned this Jan 24, 2017
@coke
Copy link
Collaborator Author

coke commented Jan 24, 2017

in

doc/Language/5to6-nutshell.pod6

the line

=head3 X<C<constant>|constant>

is the first thing that causes an empty .html to be generated.

And it's this block of code from htmlify that extracts the empty name:

when :("", Pod::FormattingCode $, "") {

@JJ
Copy link
Contributor

JJ commented Apr 14, 2018

Why does it happen that way? Maybe because of the C?

@JJ JJ self-assigned this Apr 14, 2018
@JJ JJ closed this as completed in 31195c4 Apr 14, 2018
JJ added a commit that referenced this issue Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants