mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
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:
parent
f494387ccb
commit
7d65a078bd
1 changed files with 3 additions and 0 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue