diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:21:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:21:55 +0000 |
commit | 75ff432b273f6484dcefe48914d4fb863046230f (patch) | |
tree | d52ee4cef0f179946aac2eeaca07408039c3153f /Makefile | |
parent | 01dc1fd220d6f17929bb613412dd2f54fe8eb438 (diff) |
included tools as objects with help patches, and fixed all other help patch errors
svn path=/trunk/externals/chaos/; revision=15630
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = |