Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9244
Modified Files: Makefile Log Message: stopped downsizing the help patch font since the fonts are the same size now
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** Makefile 17 May 2007 15:57:13 -0000 1.71 --- Makefile 19 May 2007 01:59:04 -0000 1.72 *************** *** 77,82 ****
#------------------------------------------------------------------------------# ! darwin_app: darwin_app_core extended_install darwin_app_doc_format rez_install \ ! darwin_app_embed_libs @echo " " @echo "Pd.app build succeeded!" --- 77,81 ----
#------------------------------------------------------------------------------# ! darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs @echo " " @echo "Pd.app build succeeded!" *************** *** 217,228 **** $(scripts_src)/convert-help-to-standard.sh
- # set the font to 10pt on all help patches - # the BSD/Darwin version of sed must create a backup file when doing - # in-place replacement, so delete the unneeded backup files. - darwin_app_doc_format: - find $(pddocdir) -name '*.pd' -exec \ - sed -i.b 's/^(#N canvas [0-9]* [0-9]* [0-9]* [0-9]*) 12/\1 10/' '{}' ; - find $(DESTDIR) -name '*.pd.b' -print0 | xargs -0 rm -f -- -
#==============================================================================# --- 216,219 ----