URI: 
       Fix distfile generation - surf - [fork] surf browser, a WebKit based browser
  HTML git clone git@git.drkhsh.at/surf.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 327cca048b7780adf0bce343c5a95c9d992683b9
   DIR parent d75c3ded0b1ebb8e2778961c5a928f247798686a
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Mon, 10 May 2021 00:34:21 +0200
       
       Fix distfile generation
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -47,7 +47,7 @@ dist: distclean
                mkdir -p surf-$(VERSION)
                cp -R LICENSE Makefile config.mk config.def.h README \
                    surf-open.sh arg.h TODO.md surf.png \
       -            surf.1 $(SRC) $(CSRC) $(WSRC) surf-$(VERSION)
       +            surf.1 common.h $(SRC) $(WSRC) surf-$(VERSION)
                tar -cf surf-$(VERSION).tar surf-$(VERSION)
                gzip surf-$(VERSION).tar
                rm -rf surf-$(VERSION)