[PD-cvs] SF.net SVN: pure-data: [9922] branches/pd-extended/v0-40/packages/ darwin_app/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon May 26 18:05:40 CEST 2008


Revision: 9922
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9922&view=rev
Author:   eighthave
Date:     2008-05-26 09:05:40 -0700 (Mon, 26 May 2008)

Log Message:
-----------
fixed up pdp_help_hack to work with the pdp and pidip help subfolders too

Modified Paths:
--------------
    branches/pd-extended/v0-40/packages/darwin_app/Makefile

Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-26 11:16:30 UTC (rev 9921)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-26 16:05:40 UTC (rev 9922)
@@ -174,6 +174,10 @@
 pdp_help_hack:
 	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pdp*-help.pd
 	rm -f --  $(helpdir)/pdp*-help.pd.bak
+	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pdp/*.pd
+	rm -f --  $(helpdir)/pdp/*.pd
+	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pidip/*.pd
+	rm -f --  $(helpdir)/pidip/*.pd
 	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/pdp/*.pd
 	rm -f --  $(examplesdir)/pdp/*.pd.bak
 	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/pidip/*.pd


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list