branch: externals/emacs-lisp-intro-es
commit ac7946e7449a203e999de37a0c9cb103b8383bf1
Author: David Arroyo7 <[email protected]>
Commit: David Arroyo7 <[email protected]>

    README.org: add dotexi and clean files section
---
 README.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.org b/README.org
index a26e22cbcd..5a479ce2b5 100644
--- a/README.org
+++ b/README.org
@@ -14,10 +14,17 @@ $ 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
 #+END_SRC
 
+* Clean files
+
+#+BEGIN_SRC bash
+$ make clean
+#+END_SRC
+
 * License
 Copyright (C) 2014 David Arroyo Menéndez
 Permission is granted to copy, distribute and/or modify this document

Reply via email to