|
|
# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../emacs/no-shared.patch # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END ---
diff -urN emacs-21.3/etc/Makefile emacs-21.3-fixed/etc/Makefile
--- emacs-21.3/etc/Makefile 1995-04-26 22:59:05.000000000 +0200
+++ emacs-21.3-fixed/etc/Makefile 2003-03-29 02:05:11.000000000 +0100
@@ -12,7 +12,7 @@
clean distclean maintainer-clean: -rm -f DOC* core -SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
+SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* ledit.l ms-* \
news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \ vcdiff vipcard.tex xmouse.doc diff -urN emacs-21.3/lib-src/Makefile.in emacs-21.3-fixed/lib-src/Makefile.in
--- emacs-21.3/lib-src/Makefile.in 2002-05-31 18:45:17.000000000 +0200
+++ emacs-21.3-fixed/lib-src/Makefile.in 2003-03-29 02:03:28.000000000 +0100
@@ -294,15 +294,8 @@
install: ${archlibdir} @echo - @echo "Installing utilities for users to run."
- for file in ${INSTALLABLES} ; do \
- $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
- chmod a+rx ${bindir}/$${file}; \
- done
- for file in ${INSTALLABLE_SCRIPTS} ; do \
- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
- chmod a+rx ${bindir}/$${file}; \
- done
+ @echo "Installing no utilities for users."
+ @echo "They are shared with emacs and in a seperate ROCK package."
uninstall: (cd ${bindir}; \
|