From 7d65a078bd2313d1f681822bfd2237a029bbccf3 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 10 Jul 2008 10:41:39 +0000 Subject: Add warning to manual help target about running scons before building the manual git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3567 d708f5d6-7413-0410-9779-e7cbd77b26cf --- manual/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manual') diff --git a/manual/Makefile b/manual/Makefile index 76965262c2..d45d477679 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -10,6 +10,9 @@ XSLTPROC ?= xsltproc #PWD = $(shell pwd) help:: + @echo " WARNING: The Ardour Scons build script must be run before " + @echo " building the manual. " + @echo @echo " The Following is a list of supported build targets:" @echo @echo " html:" -- cgit v1.2.3