diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-08-11 06:27:34 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-08-11 06:27:34 +0200 |
| commit | 6cd76dec9aece2a8daa90f17ab77fbf773157a1d (patch) | |
| tree | e4b3934b0e3141fb4f618042b40cf42cd1625197 /Makefile | |
| parent | 89b1507027908d0a3e7f08a383e438eb1da99c1d (diff) | |
Fix trailing whitespace
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ PACKAGE_DIR = $(PACKAGE_NAME) all: package -clean: +clean: rm -rf -- $(PACKAGE_DIR) rm -f -- $(PACKAGE_NAME).tar rm -f -- lisp/*.elc @@ -43,7 +43,7 @@ $(PACKAGE_NAME).tar: server/epdfinfo lisp/*.el echo '$(PKGFILE_CONTENT)' > '$(PACKAGE_DIR)/pdf-tools-pkg.el' tar cf '$(PACKAGE_NAME).tar' '$(PACKAGE_DIR)' -melpa-package: +melpa-package: $(MAKE) distclean mkdir -p '$(PACKAGE_DIR)/build' cp lisp/*.el README '$(PACKAGE_DIR)' |
