From ee7c68cef40403cf654ecf4a8c55a348be28fd90 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 6 Feb 2024 12:41:51 -0800 Subject: xls: show tree(1)-style output if called as xtree Closes: #321 [via git-merge-pr] --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63fbf37..507cb2e 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ all: install: for f in x*[!~1]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done + # install dereferences symlinks + ln -sf xls $(DESTDIR)$(PREFIX)/bin/xtree install -Dm644 _xtools $(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_xtools install -Dm644 -t $(DESTDIR)/$(PREFIX)/share/fish/vendor_completions.d -D fish/completions/* install -Dm644 -t $(DESTDIR)/$(PREFIX)/share/fish/vendor_functions.d -D fish/functions/* -- cgit 1.4.1