URI:
       Makefile: package README and test file "testdoc" - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
  HTML git clone git://git.codemadness.org/smu
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9efd809063c6ad0289537b4239d933a8ca9471a6
   DIR parent 0a167db23f6a7f343500a9bcc754819f7023cfcf
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 11 May 2021 02:23:01 +0200
       
       Makefile: package README and test file "testdoc"
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -26,7 +26,7 @@ clean:
        
        dist: clean
                mkdir -p smu-${VERSION}
       -        cp -R LICENSE Makefile smu.1 ${SRC} smu-${VERSION}
       +        cp -R LICENSE README testdoc Makefile smu.1 ${SRC} smu-${VERSION}
                tar -cf smu-${VERSION}.tar smu-${VERSION}
                gzip smu-${VERSION}.tar
                rm -rf smu-${VERSION}