Skip to content

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

Closed
arachsys wants to merge 1 commit into
curl:masterfrom
arachsys-prs:disable-docs
Closed

cmdline-docs: fix make install with configure --disable-docs#13198
arachsys wants to merge 1 commit into
curl:masterfrom
arachsys-prs:disable-docs

Conversation

@arachsys

@arachsys arachsys commented Mar 27, 2024

Copy link
Copy Markdown
Contributor

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

bagder commented Mar 27, 2024

Copy link
Copy Markdown
Member

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.

2 participants