You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-dev
Hi,
I am trying to use the Makefile generated by sphinx-quickstart
command, but for some reason make does not execute anything. Here is
what I try to do:
> make Makefile html
make: Nothing to be done for `Makefile'
make: *** No rule to make target `html'. Stop.
Did I miss a step in the installation?
Thanks,
Sandrine.
Georg Brandl
unread,
Nov 4, 2008, 3:27:49 AM11/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphin...@googlegroups.com
100drine schrieb:
The "Makefile" is not necessary, "make html" is fine. However, I don't know why the makefile doesn't have a rule for "html". Can you show me how the Makefile looks?