[q-lang-cvs] pd-qext ChangeLog,1.1,1.2
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-09 21:54:38
|
Update of /cvsroot/q-lang/pd-qext In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1243 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/pd-qext/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 6 Oct 2007 00:42:24 -0000 1.1 --- ChangeLog 9 Feb 2008 21:54:19 -0000 1.2 *************** *** 1,2 **** --- 1,10 ---- + 2008-02-09 Albert Graef <Dr....@t-...> + + * Makefile: allow separate setting for Pd install prefix + + You can now specify different install prefixes for Q and Pd like + so: make install prefix=/usr pdprefix=/usr/local. By default, + pdprefix is still assumed to be the same as prefix. + 2007-10-06 Albert Graef <Dr....@t-...> |