install trans script as settrans
This commit is contained in:
2
Makefile
2
Makefile
@ -18,10 +18,12 @@ install: compton
|
|||||||
@cp -t $(PREFIX)/bin compton
|
@cp -t $(PREFIX)/bin compton
|
||||||
@[ -d "$(MANDIR)" ] \
|
@[ -d "$(MANDIR)" ] \
|
||||||
&& cp -t "$(MANDIR)" compton.1
|
&& cp -t "$(MANDIR)" compton.1
|
||||||
|
@cp -t $(PREFIX)/bin settrans
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@rm -f $(PREFIX)/bin/compton
|
@rm -f $(PREFIX)/bin/compton
|
||||||
@rm -f $(MANDIR)/compton.1
|
@rm -f $(MANDIR)/compton.1
|
||||||
|
@rm -f $(PREFIX)/bin/settrans
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(OBJS) compton
|
@rm -f $(OBJS) compton
|
||||||
|
Reference in New Issue
Block a user