summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-24 12:27:55 +0100
committerBastien Guerry <bzg@altern.org>2013-01-24 12:27:55 +0100
commitd11c9acc664e3c8a30117b6107fceded33f0218a (patch)
treec5c9619992d65457c7dc6beb8fe6f5d36d189795
parenta7c0ea1a86a694468e852e927193e2c8727f5fcb (diff)
downloadorg-mode-d11c9acc664e3c8a30117b6107fceded33f0218a.tar.gz
org.texi (Installation): Enhance instructions again
* org.texi (Installation): Enhance instructions again.
-rw-r--r--doc/org.texi13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e79fc46..8ac37ce 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -904,17 +904,20 @@ $ git clone git://orgmode.org/org-mode.git
$ make autoloads
@end example
-Note that @code{make autoloads} is mandatory: it defines Org's version and
-Org's autoloaded functions, respectively in @file{org-version.el} and in
+Note that in this case, @code{make autoloads} is mandatory: it defines Org's
+version in @file{org-version.el} and Org's autoloads in
@file{org-loaddefs.el}.
Remember to add the correct load-path as described in the method above.
-You can also compile and install Org from this git repository: check
-@code{make help} to get the list of compilation/installation options.
+You can also compile with @code{make}, generate the documentation with
+@code{make doc}, create a local configuration with @code{make config} and
+install Org with @code{make install}. Please run @code{make help} to get
+the list of compilation/installation options.
For more detailed explanations on Org's build system, please check the Org
-Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html, Worg}.
+Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html,
+Worg}.
@node Activation, Feedback, Installation, Introduction
@section Activation