summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-01-21 11:37:48 +0100
committerAndreas Politz <politza@hochschule-trier.de>2015-01-21 11:37:48 +0100
commit594e9ec1536b367fed9e4b474504167e601331e9 (patch)
tree85e0020ce1902968b2fb6014fb8c2bc94bf443d6 /Cask
parentc51aaa7849b5c581144a6e0e126c1453c09c92ed (diff)
Changed built system.
* test/run-tests.el (file-name-directory): Run tests on the installed package. * server/configure.ac: Get the version from the toplevel Makefile. * README.org: Adjust installation instructions. * Makefile: Don't require cask anymore. * Cask: Adjust dependencies. * .gitignore: Add package files.
Diffstat (limited to 'Cask')
-rw-r--r--Cask3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cask b/Cask
index 3bb6cd7..239b875 100644
--- a/Cask
+++ b/Cask
@@ -8,5 +8,4 @@
"server/epdfinfo")
(development
- (depends-on "emacs" "24.3")
- (depends-on "tablist" "0.50"))
+ (depends-on "emacs" "24.3"))