branch: elpa/buttercup
commit 16e35308e07db93c23a36f101ad5135e4cdde574
Author: Jorgen Schaefer <cont...@jorgenschaefer.de>
Commit: Jorgen Schaefer <cont...@jorgenschaefer.de>

    Also update Makefile to the new docs names
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8c82578..b7fd593 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ DISTFILES = buttercup.el buttercup-compat.el buttercup-pkg.el 
README.md
 all: test
 
 test:
-       $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown 
docs/introduction.md
+       $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown 
docs/writing-tests.md
        ./bin/buttercup -L .
 
 compile:

Reply via email to