]> Nishi Git Mirror - sp.git/commitdiff
ごめん sp-1.1.0
author諏訪子 <suwako@076.moe>
Thu, 30 Nov 2023 17:29:59 +0000 (02:29 +0900)
committer諏訪子 <suwako@076.moe>
Thu, 30 Nov 2023 17:29:59 +0000 (02:29 +0900)
Makefile

index 2a1c062b419e12f8574bf0c81ba8dcbe708b532f..91cdcb110751f8a71d53f6a005509965033d0f8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ clean:
 dist: clean
        mkdir -p ${NAME}-${VERSION}
        cp -R LICENSE.txt Makefile README.md CHANGELOG.md\
+               sp-completion.zsh\
                *.c *.h ${NAME}-${VERSION}
        tar zcfv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}
        rm -rf ${NAME}-${VERSION}
@@ -31,4 +32,4 @@ install-zsh:
 uninstall:
        rm -f ${DESTDIR}${PREFIX}/bin/${NAME}
 
-.PHONY: all clean dist install uninstall
+.PHONY: all clean dist install install-zsh uninstall