summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorRudy Dellomas III <rdellomasiii@outlook.com>2021-02-16 23:56:52 +1000
committerRudy Dellomas III <rdellomasiii@outlook.com>2021-02-16 23:56:52 +1000
commit0b71b6a444af9d3f8ea1767e11ea9e1bd2c50f16 (patch)
tree0faf14ab5508b3322178b923e965cc731cbbe43d /src/Makefile
parent576e0a3343c6c87f9455fa12856e8ed32d2d5eaa (diff)
Added more detail to *_DIR comments
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 43f328b..b726260 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,10 +11,10 @@ LIBDIR = $(prefix)/share/doc/$(name)
# This is where the man page goes.
MANDIR = $(prefix)/share/man/man1
-# This is where the history file go
+# History directory, relative to $HOME
HISTORY_DIR= .cache
HISTORY_FILE=sc-iminfo
-# This is where the config file go
+# Configuration directory, relative to $HOME
CONFIG_DIR= .config/sc-im
CONFIG_FILE=scimrc