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

Fix make clean to remove zipped manpages #14135

Merged

Conversation

straight-shoota
Copy link
Member

No description provided.

HertzDevil
HertzDevil approved these changes Dec 27, 2023
@@ -230,6 +230,7 @@ man/%.gz: man/%
.PHONY: clean
clean: clean_crystal ## Clean up built directories and files
rm -rf $(LLVM_EXT_OBJ)
rm -rf man/*.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to ignore this, but maybe this line and the rm -rf ./docs below could be grouped into a new clean_docs target

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. I'd leave that for a follow-up though.

@straight-shoota straight-shoota added this to the 1.11.0 milestone Dec 27, 2023
@straight-shoota straight-shoota merged commit d15435d into crystal-lang:master Jan 1, 2024
56 checks passed
@straight-shoota straight-shoota deleted the infra/makefile-clean branch January 1, 2024 19:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants