Hi.
Is it enough to begin the Makefile with `all' instead of `website'?
Currently typing `make' leads to the deployment of docs.
The first target in a
Makefile is the default target.
So make the first target the one you want.
It could be:
default:all
if you want to make this mechanism explicit ;-)
Another option is to make help the default target, and expect an explicit target on the command line.
--
__Pascal J. Bourguignon__