]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Change the summary in generated -pkg
[gnu-emacs-elpa] / Makefile
index d49adf31e104a38190ee35686bc2d7a363b2f05c..de124c5876ba3a453529e77557ea2f9f0e785ef1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ elpa: *.el
        mkdir -p "$$dir"; \
        cp `git ls-files '*.el' | xargs` company-$$version; \
        echo "(define-package \"company\" \"$$version\" \
-       \"extensible inline text completion mechanism\")" \
+       \"Modular in-buffer completion framework\")" \
        > "$$dir"/company-pkg.el; \
        tar cvf company-$$version.tar --mode 644 "$$dir"