diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | etc/sh/rc | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -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 $@ @@ -266,11 +266,6 @@ if [ -r "$F" ]; then . "$F" fi -mkdir -p "$XDG_DATA_HOME"/common-lisp -if [ ! -e "$XDG_DATA_HOME"/common-lisp/source ]; then - ln -s "$SRC"/libre "$XDG_DATA_HOME"/common-lisp/source -fi - # |