13
0

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
This commit is contained in:
Tim Mayberry 2007-08-16 01:53:50 +00:00
parent 286a56245c
commit fac0379cab

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