Makefile: add PATH-MAX-LIMIT.md to `make dist` - catpoint - Catpoint simple presenting software.
 (HTM) git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/catpoint/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a2730192609fdbb7d69b9392dcf8b6c25fe8aea2
 (DIR) parent b455270d0e2a268f232b1ad89cb977afbdc52704
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 20 Dec 2020 15:55:37 +0100
       
       Makefile: add PATH-MAX-LIMIT.md to `make dist`
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -47,7 +47,7 @@ clean:
        
        dist:
                mkdir -p ${NAME}-${VERSION}
       -        cp -R LICENSE Makefile README.md TOOLS ${SRC} \
       +        cp -R LICENSE Makefile README.md TOOLS PATH-MAX-LIMIT.md ${SRC} \
                        ${MAN1} showoff ${NAME}-${VERSION}
                tar -cf - "${NAME}-${VERSION}" | \
                        gzip -c > ${NAME}-${VERSION}.tar.gz