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

cmdline-docs: fix make install with configure --disable-docs #13198

Closed
wants to merge 1 commit into from

Conversation

arachsys
Copy link
Contributor

@arachsys arachsys commented Mar 27, 2024

make -C docs/cmdline-opts install depends on all-am, which in turn depends on $(MANS), unconditionally defined to be $(man_MANS).

As with CLEANFILES, only add curl.1 to man_MANS when BUILD_DOCS is true so we don't try to build curl.1 unnecessarily.

make -C docs/cmdline-opts install depends on all-am, which in turn depends
on $(MANS), unconditionally defined to be $(man_MANS).

As with CLEANFILES, only add curl.1 to man_MANS when BUILD_DOCS is true
so we don't try to build curl.1 unnecessarily.
@bagder bagder closed this in 4b42cda Mar 27, 2024
@bagder
Copy link
Member

bagder commented Mar 27, 2024

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants