summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2026-02-26 16:24:58 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2026-02-26 16:24:58 -0500
commit8ee1ebff17cbcfdaea42d66e3f4a8d3081c5148d (patch)
treed69b810e701bb82c8d71d6bb22f4ada473e5850b
parent1fe97c00fdf30621f9bccd79cd2af06774d020ca (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.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5a479ce..0c9f548 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