Update of /cvsroot/nice/Nice/distrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15854/distrib
Modified Files:
Makefile
Log Message:
Fixed generation of the nice mode files in the tar distribution.
Index: Makefile
===================================================================
RCS file: /cvsroot/nice/Nice/distrib/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile 16 Feb 2004 14:21:10 -0000 1.14
--- Makefile 20 Feb 2004 16:18:20 -0000 1.15
***************
*** 48,57 ****
cd $(BUILDROOT) && $(MAKE) install PREFIX=${CURDIR}/tmp/$(BUILDROOT)
# Preprend a specific message for manual installations
! echo -e
';; Load this file from your .emacs file with:\n' \
';; (load "/usr/local/share/emacs/site-lisp/nice/nice-startup.el")'\
'\n\n(setq load-path (cons "/usr/local/share/emacs/site-lisp/nice" load-path))\n\n' \
> ${CURDIR}/tmp/$(BUILDROOT)/share/emacs/site-lisp/nice/nice-startup.el
! cat $(BUILDROOT)/lib/share/emacs/site-lisp/nice/nice-startup.el \
>>${CURDIR}/tmp/$(BUILDROOT)/share/emacs/site-lisp/nice/nice-startup.el
cd tmp && tar -czf ../${TARFILE} $(BUILDROOT) --owner=0 --group=0
--- 48,57 ----
cd $(BUILDROOT) && $(MAKE) install PREFIX=${CURDIR}/tmp/$(BUILDROOT)
# Preprend a specific message for manual installations
! echo -e \
';; Load this file from your .emacs file with:\n' \
';; (load "/usr/local/share/emacs/site-lisp/nice/nice-startup.el")'\
'\n\n(setq load-path (cons "/usr/local/share/emacs/site-lisp/nice" load-path))\n\n' \
> ${CURDIR}/tmp/$(BUILDROOT)/share/emacs/site-lisp/nice/nice-startup.el
! cat $(BUILDROOT)/lib/emacs/nice-startup.el \
>>${CURDIR}/tmp/$(BUILDROOT)/share/emacs/site-lisp/nice/nice-startup.el
cd tmp && tar -czf ../${TARFILE} $(BUILDROOT) --owner=0 --group=0
|