aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-19 11:54:58 -0300
committerEuAndreh <eu@euandre.org>2022-10-19 11:54:58 -0300
commitf5763edf230849ad0dc5d9be1b5258ce79c8a2bd (patch)
treeb50d0138f8dbfc95ad8191338f73202fff5cd293 /Makefile
parentMakefile: Add to generate manpages from POD (diff)
downloaddotfiles-f5763edf230849ad0dc5d9be1b5258ce79c8a2bd.tar.gz
dotfiles-f5763edf230849ad0dc5d9be1b5258ce79c8a2bd.tar.xz
etc/sh/rc: Move creation of common-lisp/source to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cbee71..b4642a3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,11 @@ pod2man = \
share/man/man1/z.1 \
-all: $(pod2man)
+all: $(pod2man) $(XDG_DATA_HOME)/common-lisp/source
share/man/man1/z.1: bin/z
pod2man bin/z > $@
+
+$(XDG_DATA_HOME)/common-lisp/source:
+ ln -s $(SRC)/libre $@