]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
(no commit message)
[gnu-emacs-elpa] / Makefile
index b1f6f0ec4e1a54c1a10e18b9e10dea76ed9258a3..7327f52432c7619171f7571f208c010b940a0e3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,10 @@
 # Makefile for emacs-lisp package
 
-#ident "@(#)$Name$:$Id$"
-
-# Copyright (C) 1998-1999  Stefan Monnier <monnier@cs.yale.edu>
+# Copyright (C) 1998, 1999, 2004, 2007  Stefan Monnier <monnier@gnu.org>
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2, or (at your option) any
+# Free Software Foundation; either version 3, or (at your option) any
 # later version.
 
 # This file is distributed in the hope that it will be useful, but WITHOUT
@@ -122,10 +120,8 @@ install_startup:
        else \
            echo 'echo ";; load $(PACKAGE) setup code" >>$(startupfile)' ;\
            echo ";; load $(PACKAGE) setup code" >>$(startupfile) ;\
-           echo 'echo "(add-to-list '\''load-path \"$(elcdir)\")" >>$(startupfile)' ;\
-           echo "(add-to-list 'load-path \"$(elcdir)\")" >>$(startupfile) ;\
-           echo 'echo "(load \"$(PACKAGE)-startup\")" >>$(startupfile)' ;\
-           echo "(load \"$(PACKAGE)-startup\")" >>$(startupfile) ;\
+           echo 'echo "(load \"$(elcdir)/$(PACKAGE)-startup\")" >>$(startupfile)' ;\
+           echo "(load \"$(elcdir)/$(PACKAGE)-startup\")" >>$(startupfile) ;\
        fi
 
 postscript: $(PACKAGE).ps
@@ -156,9 +152,9 @@ $(PACKAGE)-startup.el: $(ELFILES)
 ##
 
 TAG = $(shell echo v$(VERSION) | tr '.' '_')
-ftpdir=/home/ftp/pub/monnier/$(PACKAGE)
-cvsmodule=elisp/$(PACKAGE)
-cvsroot=$(cat CVS/Root)
+ftpdir=/u/monnier/html/elisp/
+cvsmodule=$(shell cat CVS/Repository)
+cvsroot=$(shell cat CVS/Root)
 
 dist:
        cvs tag -F $(TAG) &&\