tFix tarball format - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit cd94311eed62db4ad7df6652f7f2d5ce9a0e4bc1
 (DIR) parent 5587480e2a1fd62eb13d86feb14e37ac10f46358
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Thu,  6 Jul 2017 13:16:27 +0200
       
       Fix tarball format
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -4,8 +4,8 @@ include config.mk
        
        all: $(PAGES) $(FEEDS) $(EXTRA) $(FAVICON)
        
       -$(NAME).tbz: all
       -        tar -cvjf $(NAME).tar.gz $(PAGES) $(EXTRA) $(FEEDS) $(FAVICON)
       +$(NAME).tbz: $(PAGES) $(EXTRA) $(FEEDS) $(FAVICON)
       +        tar -cvjf $@ $(PAGES) $(EXTRA) $(FEEDS) $(FAVICON)
        
        $(EXTRA):
                mkdir -p $@