diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-25 06:40:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-25 06:40:08 +0000 |
commit | 104ee281e64cb79d2e08f868a120e53ecb46e2e5 (patch) | |
tree | 5f5fda2b10ec9caa8154b993bb870b460de14fe4 /abstractions/Makefile | |
parent | c466832114b029eee007d844cc5da939bc70720c (diff) |
removed touch 0-pager.pd kludge
svn path=/trunk/; revision=7448
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r-- | abstractions/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index ea386fba..100f4856 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -271,8 +271,6 @@ 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)
|