aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
commit7fb76f925e1bbb37df0ed0b548bcf6ce7670c835 (patch)
tree394291ad37143af066207a543afa8c6c4ce9b62c /externals/build/linux
parent6484af0f4703f2c4a0ba89dceb84695ba52f00d4 (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')
-rw-r--r--externals/build/linux/makefile1
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