summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-01 11:25:05 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-01 11:25:05 -0400
commitde24308c51c963155242837c4faab9169c087f6f (patch)
tree706309d6f71078515f836d3972055ac7264c30c4
parente2bd181c6c9eb44b4e85c17aae9e5d1c3e500131 (diff)
downloadasciidoc-py3-de24308c51c963155242837c4faab9169c087f6f.tar.gz
update default CONF_DIR vars to match default usage of make build
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rwxr-xr-xa2x.py2
-rwxr-xr-xasciidoc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/a2x.py b/a2x.py
index 881fc4a..a482123 100755
--- a/a2x.py
+++ b/a2x.py
@@ -27,7 +27,7 @@ VERSION = '9.0.0rc2'
# AsciiDoc global configuration file directory.
# NOTE: CONF_DIR is "fixed up" by Makefile -- don't rename or change syntax.
-CONF_DIR = '/etc/asciidoc'
+CONF_DIR = '/usr/local/etc/asciidoc'
######################################################################
diff --git a/asciidoc.py b/asciidoc.py
index f9e27f9..1cac97f 100755
--- a/asciidoc.py
+++ b/asciidoc.py
@@ -6044,7 +6044,7 @@ APP_FILE = None # This file's full path.
APP_DIR = None # This file's directory.
USER_DIR = None # ~/.asciidoc
# Global configuration files directory (set by Makefile build target).
-CONF_DIR = '/etc/asciidoc'
+CONF_DIR = '/usr/local/etc/asciidoc'
HELP_FILE = 'help.conf' # Default (English) help file.
# Globals