From 75ff432b273f6484dcefe48914d4fb863046230f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 20 Oct 2011 05:21:55 +0000 Subject: included tools as objects with help patches, and fixed all other help patch errors svn path=/trunk/externals/chaos/; revision=15630 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dddc88e..c7f1c3e 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,10 @@ SOURCES = attract1.c base3.c base.c dejong.c gingerbreadman.c henon.c hopalong.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = fractal-tools.pd search-tools.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = fractal-tools.pd loop.pd martin-test-help.pd popcorn-test-help.pd quaruptwo-test-help.pd readme-frac-format.pd readme-fractals.pd readme-gen-fractal.pd readme-lyapunov.pd readme-operation.pd readme-parameter-ranges.pd readme-searching.pd search-tools.pd +EXAMPLES = loop.pd martin-test-help.pd popcorn-test-help.pd quaruptwo-test-help.pd readme-frac-format.pd readme-fractals.pd readme-gen-fractal.pd readme-lyapunov.pd readme-operation.pd readme-parameter-ranges.pd readme-searching.pd # manuals and related files, in the 'manual' subfolder MANUAL = -- cgit v1.2.1