diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | manifest.scm | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -17,9 +17,8 @@ doc: $(ORG) --eval "(with-current-buffer (find-file \"$(ORG)\") (org-texinfo-export-to-texinfo) (org-texinfo-export-to-info) (save-buffer))" \ --kill -test: +test: $(EMACS) --batch \ - rm *.elc \ -q \ --load $(TEST_FILE) \ --eval "(ert-run-tests-batch-and-exit)" diff --git a/manifest.scm b/manifest.scm index 3792cd6..07089c6 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,3 +1,3 @@ ;; (specifications->manifest - (list "make" "texinfo" "emacs-minimal" "emacs-org" "emacs-emacsql")) + (list "make" "texinfo" "emacs-next-pgtk" "emacs-org" "emacs-emacsql")) |