aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-11 05:02:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-02-11 05:02:31 +0000
commit54d6d4a349d0f0022d079f11216f31334e2cb2b0 (patch)
treee4eda2c19945cbc9305df3339ad94799a237aec1 /doc/Makefile
parent1d37127eed53b6d89d4ddc86160899102c8d4a12 (diff)
added starterkit 'Start Here' patch to the help menu
svn path=/trunk/; revision=15958
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d03e19dd..52bb007a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -172,6 +172,9 @@ pddp_clean:
#------------------------------------------------------------------------------#
# TUTORIALS
tutorials_install: $(manualsdir)
+# start-here
+ install -d "$(DESTDIR)$(manualsdir)/+ Start Here"
+ install -p $(doc_src)/tutorials/start-here/*.* "$(DESTDIR)$(manualsdir)/+ Start Here"
# pddrums
install -d $(DESTDIR)$(manualsdir)/PdDrums
install -p $(doc_src)/tutorials/footils/pddrums/*.* $(DESTDIR)$(manualsdir)/PdDrums