branch: externals/emacs-lisp-intro-es
commit 8ee1ebff17cbcfdaea42d66e3f4a8d3081c5148d
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    README.org: Fix outdated info and add the official upstream
    
    * README.org (Create object files): Remove outdated ref to `dotexi.sh`.
    (Contributing): New section.
---
 README.org | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 5a479ce2b5..0c9f54894f 100644
--- a/README.org
+++ b/README.org
@@ -14,9 +14,9 @@ $ sudo apt-get install texlive make texi2html po4a texinfo
 * Create object files
 
 #+BEGIN_SRC bash
-$ ./dotexi.sh 
 $ make emacs-lisp-intro-es.html
 $ make emacs-lisp-intro-es.pdf
+$ make emacs-lisp-intro-es.info
 #+END_SRC
 
 * Clean files
@@ -25,6 +25,11 @@ $ make emacs-lisp-intro-es.pdf
 $ make clean
 #+END_SRC
 
+* Contributing
+
+The upstream repository is maintained
+at https://savannah.nongnu.org/p/elisp-es
+
 * License
 Copyright (C) 2014 David Arroyo Menéndez
 Permission is granted to copy, distribute and/or modify this document

Reply via email to