summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-08-16 01:53:50 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-08-16 01:53:50 +0000
commitfac0379cabee29038e1b7149cf2aa6613937bf87 (patch)
tree912debb603d68800daa324036e133bad6f077fdb /manual
parent286a56245c4978c33399c68474e54c8b917f27cf (diff)
Add warning to manual help target about running scons before building the manual
git-svn-id: svn://localhost/ardour2/trunk@2311 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile3
1 files changed, 3 insertions, 0 deletions
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:"