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

Add info make target that was missing in old Sphinx #3070

Merged
merged 1 commit into from Mar 27, 2013

Conversation

tkf
Copy link
Contributor

@tkf tkf commented Mar 24, 2013

For Emacs users.


info:
mkdir -p $(BUILDDIR)/texinfo
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this task depend on the texinfo task, rather than repeating its recipe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are right but this is what sphinx puts in Makefile by default. I guess sphinx does not use dependency handling in make. For example, in principle nearly all targets should depend on pickle but they do not, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's just copied from Sphinx, that's fair enough. Perhaps they have a good reason to do it like this. I have a feeling make can't track a directory of files as one target: perhaps that's it.

@Carreau
Copy link
Member

Carreau commented Mar 27, 2013

Reading the discussion I would guess this is ok for merge.

+1 for merge.

@minrk
Copy link
Member

minrk commented Mar 27, 2013

works for me. Merging.

minrk added a commit that referenced this pull request Mar 27, 2013
Add info and texinfo make targets that were missing in old Sphinx
@minrk minrk merged commit 729e466 into ipython:master Mar 27, 2013
@tkf tkf deleted the texinfo branch March 27, 2013 20:34
@tkf
Copy link
Contributor Author

tkf commented Mar 27, 2013

Thanks :)

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Add info and texinfo make targets that were missing in old Sphinx
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.

None yet

4 participants