rename settrans to compton-trans, add manpage.
This commit is contained in:
6
Makefile
6
Makefile
@ -18,13 +18,15 @@ compton: $(OBJS)
|
||||
|
||||
install: compton
|
||||
@install -Dm755 compton "$(DESTDIR)$(BINDIR)"/compton
|
||||
@install -Dm755 bin/settrans "$(DESTDIR)$(BINDIR)"/settrans
|
||||
@install -Dm755 bin/compton-trans "$(DESTDIR)$(BINDIR)"/compton-trans
|
||||
@install -Dm644 man/compton.1 "$(DESTDIR)$(MANDIR)"/compton.1
|
||||
@install -Dm644 man/compton-trans.1 "$(DESTDIR)$(MANDIR)"/compton-trans.1
|
||||
|
||||
uninstall:
|
||||
@rm -f "$(DESTDIR)$(BINDIR)/compton"
|
||||
@rm -f "$(DESTDIR)$(BINDIR)/settrans"
|
||||
@rm -f "$(DESTDIR)$(BINDIR)/compton-trans"
|
||||
@rm -f "$(DESTDIR)$(MANDIR)/compton.1"
|
||||
@rm -f "$(DESTDIR)$(MANDIR)/compton-trans.1"
|
||||
|
||||
clean:
|
||||
@rm -f $(OBJS) compton
|
||||
|
Reference in New Issue
Block a user