Include tests in tarball
authorRicardo Mones <ricardo@mones.org>
Sun, 23 Dec 2018 10:24:50 +0000 (11:24 +0100)
committerRicardo Mones <ricardo@mones.org>
Sun, 23 Dec 2018 10:24:50 +0000 (11:24 +0100)
Makefile

index 0225b231a89639a4b12b34a0bd33e47eeba05a2c..41a37e2198fb2e52fa5b621b78ce482759ac23c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,8 @@ dist:
        cp -p po/unmaint/*.po ${NAME}-${VERSION}/po/unmaint
        mkdir ${NAME}-${VERSION}/icons
        cp -p icons/*.xcf icons/*.png ${NAME}-${VERSION}/icons
+       mkdir ${NAME}-${VERSION}/t
+       cp -p t/*.t ${NAME}-${VERSION}/t
        tar cJf ${NAME}-${VERSION}.tar.xz ${NAME}-${VERSION} \
                && rm -rf ${NAME}-${VERSION}