Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from vanicat/master
Browse files Browse the repository at this point in the history
In batch, do not put .el for loaded files
  • Loading branch information
the-kenny committed Aug 16, 2017
2 parents a0d8107 + b462fd7 commit a1bda40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -34,7 +34,7 @@ all: package
$(info $(NAME) Version: $(VERSION))

test: $(TESTS)
@$(BATCH) -l ert.el $(foreach file,$^,-l $(file)) -f ert-run-tests-batch-and-exit
@$(BATCH) -l ert $(foreach file,$^,-l $(file)) -f ert-run-tests-batch-and-exit

clean:
$(info Cleaning up)
Expand All @@ -47,7 +47,7 @@ distclean: clean

README.html: README.org
$(info Creating documentation: $@)
@$(BATCH) -l org.el --visit=$< -f org-html-export-to-html
@$(BATCH) -l org --visit=$< -f org-html-export-to-html

doc: README.html

Expand Down

0 comments on commit a1bda40

Please sign in to comment.