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

Makefile: add install-nodoc target #109

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

vfazio
Copy link
Contributor

@vfazio vfazio commented Jul 27, 2022

This target is useful for "essentials only" installs for embedded
environments with the added benefit of not requiring a python
interpreter for installing the package.

closes #110

This target is useful for "essentials only" installs for embedded
environments with the added benefit of not requiring a python
interpreter for installing the package.

Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
buildroot-auto-update pushed a commit to buildroot/buildroot that referenced this pull request Jul 27, 2022
Include a patch to introduce the `install-nodoc` make target to avoid
a dependency on host-python3 for manpage generation.

Upstream: andikleen/mcelog#109

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
@andikleen andikleen merged commit 30bb76e into andikleen:master Aug 7, 2022
@andikleen
Copy link
Owner

Thanks

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

Successfully merging this pull request may close these issues.

add install-nodoc make target
2 participants