summaryrefslogtreecommitdiff
path: root/elpa/org-9.5.2/local.mk
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
committermattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
commitbd18a38c2898548a3664a9ddab9f79c84f2caf4a (patch)
tree95b9933376770381bd8859782ae763be81c2d72b /elpa/org-9.5.2/local.mk
parentb07628dddf418d4f47b858e6c35fd3520fbaeed2 (diff)
parentef160dea332af4b4fe5e2717b962936c67e5fe9e (diff)
Merge conflict
Diffstat (limited to 'elpa/org-9.5.2/local.mk')
-rw-r--r--elpa/org-9.5.2/local.mk52
1 files changed, 0 insertions, 52 deletions
diff --git a/elpa/org-9.5.2/local.mk b/elpa/org-9.5.2/local.mk
deleted file mode 100644
index f21da7f..0000000
--- a/elpa/org-9.5.2/local.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-
-# Remove "oldorg:" to switch to "all" as the default target.
-# Change "oldorg:" to an existing target to make that target the default,
-# or define your own target here to become the default target.
-oldorg: # do what the old Makefile did by default.
-
-##----------------------------------------------------------------------
-## CHECK AND ADAPT THE FOLLOWING DEFINITIONS
-##----------------------------------------------------------------------
-
-# Name of your emacs binary
-EMACS = emacs
-
-# Where local software is found
-prefix = /usr/share
-
-# Where local lisp files go.
-lispdir= $(prefix)/emacs/site-lisp/org
-
-# Where local data files go.
-datadir = $(prefix)/emacs/etc/org
-
-# Where info files go.
-infodir = $(prefix)/info
-
-# Define if you only need info documentation, the default includes html and pdf
-#ORG_MAKE_DOC = info # html pdf
-
-# Define which git branch to switch to during update. Does not switch
-# the branch when undefined.
-GIT_BRANCH =
-
-# Where to create temporary files for the testsuite
-# respect TMPDIR if it is already defined in the environment
-TMPDIR ?= /tmp
-testdir = $(TMPDIR)/tmp-orgtest
-
-# Configuration for testing
-# add options before standard load-path
-BTEST_PRE =
-# add options after standard load path
-BTEST_POST =
- # -L <path-to>/ert # needed for Emacs23, Emacs24 has ert built in
- # -L <path-to>/ess # needed for running R tests
- # -L <path-to>/htmlize # need at least version 1.34 for source code formatting
-BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave perl python
- # R # requires ESS to be installed and configured
- # ruby # requires inf-ruby to be installed and configured
-# extra packages to require for testing
-BTEST_EXTRA =
- # ess-site # load ESS for R tests
-# See default.mk for further configuration options.