فهرست منبع

Merge branch 'maint' of orgmode.org:org-mode into maint

Bastien Guerry 13 سال پیش
والد
کامیت
cc215fcf16
2فایلهای تغییر یافته به همراه9 افزوده شده و 3 حذف شده
  1. 8 2
      doc/org.texi
  2. 1 1
      mk/org-fixup.el

+ 8 - 2
doc/org.texi

@@ -932,13 +932,19 @@ Then add the following line to @file{.emacs}:
 @end example
 @end example
 
 
 @noindent
 @noindent
-If you plan to use code from the @file{contrib} subdirectory, do a similar
-step for this directory:
+If you plan to use code from the @file{contrib} subdirectory without
+compiling them, do a similar step for this directory:
 
 
 @example
 @example
 (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp")
 (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp")
 @end example
 @end example
 
 
+If you want to include those files with the build and install, please
+customize the variable @code{ORG_ADD_CONTRIB} instead in your @code{local.mk}
+file, for more details please see this
+@uref{http://orgmode.org/worg/dev/org-build-system.html#sec-4-1-2,
+description on Worg}.
+
 Installing Info files is system dependent, because of differences in the
 Installing Info files is system dependent, because of differences in the
 @file{install-info} program.  The Info documentation is installed together
 @file{install-info} program.  The Info documentation is installed together
 with the rest of Org mode.  If you don't install Org mode, it is possible to
 with the rest of Org mode.  If you don't install Org mode, it is possible to

+ 1 - 1
mk/org-fixup.el

@@ -114,7 +114,7 @@ Convenience function for easier invocation from command line."
 
 
 (defun org-make-local-mk ()
 (defun org-make-local-mk ()
   "Internal function for the build system."
   "Internal function for the build system."
-  (let ((default "default.mk")
+  (let ((default "mk/default.mk")
 	(local   "local.mk"))
 	(local   "local.mk"))
     (unwind-protect
     (unwind-protect
 	(with-temp-buffer
 	(with-temp-buffer