New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 279
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Matthieu Moy <[EMAIL PROTECTED]>
branch nick: moy
timestamp: Fri 2007-10-26 10:24:29 +0200
message:
  INSTALL documentation fixes.
  
  The example paths in the INSTALL instructions were miss-leading.


=== modified file 'INSTALL'
--- a/INSTALL   2006-06-07 20:27:26 +0000
+++ b/INSTALL   2007-10-26 08:24:29 +0000
@@ -70,12 +70,12 @@
        the install directory do everything for you: Manually, you can
        run
 
-         M-x load-file RET /path/to/dvc-load.el RET
+         M-x load-file RET 
/path/to/install/share/emacs/site-lisp/dvc/dvc-load.el RET
 
        (usefull when you want to load DVC after starting "emacs -q"!),
        or add
 
-         (load-file "/path/to/this/file/in/builddir/dvc-load.el")
+         (load-file "/path/to/install/share/emacs/site-lisp/dvc/dvc-load.el")
 
        to your ~/.emacs.el
 
@@ -85,8 +85,8 @@
        GNU Emacs: Put the lisp/info path as chosen above into your load-path,
        i.e. add the following to your ~/.emacs.el (if you don't already have an
        equivalent)
-         (add-to-list 'load-path "/path/to/lisp/build/dir")
-         (add-to-list 'Info-default-directory-list "/path/to/the/info/dir"))
+         (add-to-list 'load-path 
"/path/to/install/share/emacs/site-lisp/dvc/lisp/")
+         (add-to-list 'Info-default-directory-list 
"/path/to/install/share/info/"))
 
        Now, GNU Emacs knows where to find DVC, tell it to load it, by adding
          (require 'dvc-autoloads)


_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to