From 628ccbfee790d2e20f090696d44e7a5dc89b6ba7 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 19 Aug 2012 12:21:33 +0200 Subject: [PATCH] =?UTF-8?q?Makefile:=20add=20link=20to=20Worg=20to=20`make?= =?UTF-8?q?=20help=C2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile: Add link to documentation for the build system on Worg. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 65f9b2c0b..ba80d0340 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,10 @@ helpall:: $(info make uncompiled - combine cleanlisp and autoloads) $(info make local.mk - create new local.mk as template for adaptation) help helpall:: + $(info ) + $(info Full documentation on Worg) + $(info ==========================) + $(info http://orgmode.org/worg/dev/org-build-system.html) @echo "" include targets.mk # toplevel make machinery