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
This commit is contained in:
Tim Mayberry 2008-07-10 10:41:39 +00:00
parent f494387ccb
commit 7d65a078bd

View file

@ -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:"