diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-02-24 14:03:42 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-02-24 14:03:42 +0000 |
commit | 55a8998aca7f948a3f6502130559b146e9979878 (patch) | |
tree | 156f047ca471176924338fd7291c0cb2b523c402 | |
parent | 2d5dcb761ca0fda72dc58669f758d90223611f3a (diff) |
fixed crash because of pddp/0-pager.pd
svn path=/trunk/; revision=7445
-rw-r--r-- | abstractions/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index 100f4856..ea386fba 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -271,6 +271,8 @@ pddp_install: --license "GNU GPL" \
--description "support objects for the Pure Data Documentation Project"
install -d $(helpdir)/$(PDDP_NAME)
+ # if 0-pager.pd is not here make a dummy:
+ touch $(abstractions_src)/pddp/0-pager.pd
install -p $(abstractions_src)/pddp/*-help.pd \
$(helpdir)/$(PDDP_NAME)
# install -d $(manualsdir)/$(PDDP_NAME)
|