diff options
Diffstat (limited to 'doc/pddp/Makefile')
-rw-r--r-- | doc/pddp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pddp/Makefile b/doc/pddp/Makefile index f159df31..beb23206 100644 --- a/doc/pddp/Makefile +++ b/doc/pddp/Makefile @@ -1,4 +1,4 @@ -current: darwin_altpackage
+current: darwin_package
clean:
-rm -Rf installroot *~
@@ -8,3 +8,7 @@ darwin_altpackage: cp *.pd installroot/Help
open darwin_altpackage.pmsp
+darwin_package:
+ test -d installroot/pd/doc/5.reference/ || mkdir -p installroot/pd/doc/5.reference/
+ cp *.pd installroot/pd/doc/5.reference/
+ open darwin_package.pmsp
|