diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-26 16:24:58 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-26 16:24:58 -0500 |
| commit | 8ee1ebff17cbcfdaea42d66e3f4a8d3081c5148d (patch) | |
| tree | d69b810e701bb82c8d71d6bb22f4ada473e5850b | |
| parent | 1fe97c00fdf30621f9bccd79cd2af06774d020ca (diff) | |
README.org: Fix outdated info and add the official upstream
* README.org (Create object files): Remove outdated ref to `dotexi.sh`.
(Contributing): New section.
| -rw-r--r-- | README.org | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
