summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2008-07-10 10:41:39 +0000
committerTim Mayberry <mojofunk@gmail.com>2008-07-10 10:41:39 +0000
commit7d65a078bd2313d1f681822bfd2237a029bbccf3 (patch)
tree53485b599c757a657cb95815d8f58a6e9b7a9a99 /manual
parentf494387ccb449db8c82d499879bfb0cbdf6e5735 (diff)
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
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:"