t* sacc + cursorline and uri preview
       
   URI git clone git://git.codevoid.de/sacc-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 1a25a9312f4a0b028a5135b95a1861265eca8ed5
   DIR parent eb8d00efa77bcacfdf1a456a09eaa53267142994
   URI Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 24 May 2018 13:33:32 +0200
       
       Remove the manpage on make uninstall.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -29,7 +29,7 @@ install: $(BIN)
                cp -f $(MAN) $(DESTDIR)$(MANDIR)
        
        uninstall:
       -        rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN)
       +        rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) $(DESTDIR)$(MANDIR)/$(MAN)
        
        # Stock FLAGS
        SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE \