summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-20 15:55:40 +0100
committerGitHub <noreply@github.com>2025-05-20 15:55:40 +0100
commit0f7dd226b703e783e837f2a7db59d1b1a255872a (patch)
treef109f41e6cdf992fa70c1428047a1f50708a1fe2 /Makefile
parent86a8bba41f1757c605badda8afdf4c1d759a0dd1 (diff)
parenta2a5460316e933fcc0c40e1362ed4a9c101d6e1c (diff)
Merge pull request #33 from werdl/makefile
Copy sxwmrc during installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2721383..adeb0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ install: all
@echo "Installing man page to $(DESTDIR)$(MAN_DIR)..."
@mkdir -p $(DESTDIR)$(MAN_DIR)
@install -m 644 $(MAN) $(DESTDIR)$(MAN_DIR)/
+ @echo "Copying default configuration to $(DESTDIR)$(PREFIX)/share/sxwmrc..."
+ @mkdir -p "$(DESTDIR)$(PREFIX)/share"
+ @install -m 644 default_sxrc "$(DESTDIR)$(PREFIX)/share/sxwmrc"
@echo "Installation complete."
uninstall: