Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20868
Modified Files: Makefile Log Message: added emacs mode and scripts; fixed type that broke building
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Makefile 2 Jul 2007 15:08:29 -0000 1.27 --- Makefile 2 Jul 2007 15:17:26 -0000 1.28 *************** *** 1,3 **** ! g# # for making a tar.bz2 that installs using a Makefile # --- 1,3 ---- ! # # for making a tar.bz2 that installs using a Makefile # *************** *** 79,82 **** --- 79,89 ---- install -d $(DESTDIR)/etc/init.d install -p $(scripts_src)/debian/init.d/pd $(DESTDIR)/etc/init.d + # emacs mode for .pd files + install -d $(DESTDIR)/usr/share/emacs/site-lisp/ + install -p $(scripts_src)/pd-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/ + # Pd-related scripts + install -d $(DESTDIR)/usr/local/bin + install -p $(scripts_src)/pd-diff $(DESTDIR)/usr/local/bin + install -p $(scripts_src)/config-switcher.sh $(DESTDIR)/usr/local/bin # debian packaging test -d $(DESTDIR)/DEBIAN || mkdir -p $(DESTDIR)/DEBIAN