summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-08-11 06:27:34 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-08-11 06:27:34 +0200
commit6cd76dec9aece2a8daa90f17ab77fbf773157a1d (patch)
treee4b3934b0e3141fb4f618042b40cf42cd1625197 /Makefile
parent89b1507027908d0a3e7f08a383e438eb1da99c1d (diff)
Fix trailing whitespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8b43263..a4f2ac7 100644
--- a/Makefile
+++ b/Makefile
@@ -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)'