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

make[1]: *** No rule to make target 'info'. Stop. #9373

Closed
marxin opened this issue Jun 23, 2021 · 1 comment
Closed

make[1]: *** No rule to make target 'info'. Stop. #9373

marxin opened this issue Jun 23, 2021 · 1 comment

Comments

@marxin
Copy link
Contributor

marxin commented Jun 23, 2021

The issue happens when one terminates make info, then when make info is re-run the following errors happens:

make info
/tmp/venv/bin/sphinx-build -b texinfo -d _build/doctrees    source _build/texinfo
Running Sphinx v4.1.0
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [texinfo]: all documents
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
no targets are out of date.
build succeeded.

The Texinfo files are in _build/texinfo.
Run 'make' in that directory to run these through makeinfo
(use 'make info' here to do that automatically).
Running Texinfo files through makeinfo...
make -C _build/texinfo info
make[1]: Entering directory '/tmp/sss/_build/texinfo'
make[1]: *** No rule to make target 'info'.  Stop.
make[1]: Leaving directory '/tmp/sss/_build/texinfo'
make: *** [Makefile:87: info] Error 2

Note that _build/texinfo folder is empty.

@marxin
Copy link
Contributor Author

marxin commented Jun 23, 2021

Forgot to mention that it happens with my #9360.

@AA-Turner AA-Turner added this to the some future version milestone Sep 29, 2022
@marxin marxin closed this as completed Oct 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants