Makefile: add link to Worg to `make help´

* Makefile: Add link to documentation for the build system on Worg.
This commit is contained in:
Achim Gratz 2012-08-19 12:21:33 +02:00
parent d72ea5b214
commit 628ccbfee7

View file

@ -87,6 +87,10 @@ helpall::
$(info make uncompiled - combine cleanlisp and autoloads) $(info make uncompiled - combine cleanlisp and autoloads)
$(info make local.mk - create new local.mk as template for adaptation) $(info make local.mk - create new local.mk as template for adaptation)
help helpall:: help helpall::
$(info )
$(info Full documentation on Worg)
$(info ==========================)
$(info http://orgmode.org/worg/dev/org-build-system.html)
@echo "" @echo ""
include targets.mk # toplevel make machinery include targets.mk # toplevel make machinery