diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-08 04:00:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-08 04:00:02 +0000 |
commit | 7fb76f925e1bbb37df0ed0b548bcf6ce7670c835 (patch) | |
tree | 394291ad37143af066207a543afa8c6c4ce9b62c /externals/build/linux/makefile | |
parent | 6484af0f4703f2c4a0ba89dceb84695ba52f00d4 (diff) |
removed static files and created makefile to copy all help files to externals/build/doc/
svn path=/trunk/; revision=1574
Diffstat (limited to 'externals/build/linux/makefile')
-rw-r--r-- | externals/build/linux/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile index 40c3ae58..38f331b9 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -29,6 +29,7 @@ clean: install-doc: @test -d $(prefix)/lib/pd/doc/5.reference || mkdir -p $(prefix)/lib/pd/doc/5.reference + cd ../doc && make all cp -r ../doc/* $(prefix)/lib/pd/doc/5.reference install: install-doc |