scroll removed
This commit is contained in:
parent
ed60a20a11
commit
4cd9bbae3e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "scroll"]
|
|
||||||
path = scroll
|
|
||||||
url = https://github.com/lukesmithxyz/scroll.git
|
|
4
Makefile
4
Makefile
@ -42,7 +42,6 @@ dist: clean
|
|||||||
install: st
|
install: st
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
$(MAKE) install -C scroll
|
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
cp -f st $(DESTDIR)$(PREFIX)/bin
|
cp -f st $(DESTDIR)$(PREFIX)/bin
|
||||||
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin
|
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin
|
||||||
@ -57,10 +56,9 @@ install: st
|
|||||||
@echo Please see the README file regarding the terminfo entry of st.
|
@echo Please see the README file regarding the terminfo entry of st.
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(MAKE) uninstall -C scroll
|
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
|
rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
|
rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
|
||||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||||
|
|
||||||
.PHONY: all options clean dist scroll install uninstall
|
.PHONY: all options clean dist install uninstall
|
||||||
|
1
scroll
1
scroll
@ -1 +0,0 @@
|
|||||||
Subproject commit 28530cbe4d9a1c1d1e54893f5709f9a7c2345834
|
|
Loading…
Reference in New Issue
Block a user