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: fix doc target #76

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Makefile: fix doc target #76

merged 1 commit into from
Aug 28, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Aug 28, 2023

meson generated didn't generate the doc target because it appended the output directory to the target name. This commit sets the output name to ., so that the target is named doc instead of doc/html.

fixes #75.

meson generated didn't generate the `doc` target because it appended
the output directory to the target name. This commit sets the output
name to `.`, so that the target is named `doc` instead of `doc/html`.

fixes #75.
@Gottox Gottox force-pushed the fix/invalid-makefile-target branch from a50a352 to 5c29451 Compare August 28, 2023 19:48
@Gottox Gottox merged commit 30e3e2b into main Aug 28, 2023
9 checks passed
@Gottox Gottox deleted the fix/invalid-makefile-target branch August 29, 2023 17:51
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.

make doc doesn't seem to work
1 participant