]> code.delx.au - gnu-emacs-elpa/commitdiff
Change the summary in generated -pkg
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 30 Mar 2013 03:00:47 +0000 (07:00 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 30 Mar 2013 03:04:49 +0000 (07:04 +0400)
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"