-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Try to fix make.bat for Windows 11 #10072
Conversation
echo. Please use `make ^<target^>` where ^<target^> is one of: | ||
echo. | ||
echo. install-dependencies to install required documentation dependencies | ||
echo. html to make standalone HTML files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should only document the options we actually support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is all the other stuff even used somewhere? How about removing it completly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We removed it from the other make file as well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again!
Type of Changes
Description
Follow Up to this: 10064
I noticed that my changes to make.bat do not work for my Windows 11 Laptop. So I fixed it in here