]> git.eshelyaron.com Git - emacs.git/commitdiff
Add xref to Make manual.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Oct 2002 18:18:41 +0000 (18:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Oct 2002 18:18:41 +0000 (18:18 +0000)
man/building.texi

index 8b39257c22d03683a99fd0f374a91ec3bb44b0aa..5bc95f777891c6f768de253108fee85728b7fece 100644 (file)
@@ -68,11 +68,13 @@ command; normally, therefore, the compilation happens in this
 directory.
 
 @vindex compile-command
-  When the shell command line is read, the minibuffer appears containing
-a default command line, which is the command you used the last time you
-did @kbd{M-x compile}.  If you type just @key{RET}, the same command
-line is used again.  For the first @kbd{M-x compile}, the default is
-@samp{make -k}.  The default compilation command comes from the variable
+  When the shell command line is read, the minibuffer appears
+containing a default command line, which is the command you used the
+last time you did @kbd{M-x compile}.  If you type just @key{RET}, the
+same command line is used again.  For the first @kbd{M-x compile}, the
+default is @samp{make -k}, which is correct most of the time for
+nontrivial programs.  (@xref{Make,, Make, make, GNU Make Manual}.)
+The default compilation command comes from the variable
 @code{compile-command}; if the appropriate compilation command for a
 file is something other than @samp{make -k}, it can be useful for the
 file to specify a local value for @code{compile-command} (@pxref{File