aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJason Gross2015-06-23 10:08:58 +0200
committerJason Gross2016-06-05 21:48:20 -0400
commit45748e4efae8630cc13b0199dfcc9803341e8cd8 (patch)
treea30fb01ad4cea555dfd04c22451c06b2e2b2e4bb /Makefile.common
parent45ee3d6b2aae4491e26551f23461ecf8ad37bd87 (diff)
Strip some trailing spaces
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.common b/Makefile.common
index 86a7ea8476..f592cd6ec8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -12,7 +12,7 @@
# Executables
###########################################################################
-COQMKTOP:=bin/coqmktop$(EXE)
+COQMKTOP:=bin/coqmktop$(EXE)
COQC:=bin/coqc$(EXE)
@@ -35,7 +35,7 @@ else
endif
INSTALLBIN:=install
-INSTALLLIB:=install -m 644
+INSTALLLIB:=install -m 644
INSTALLSH:=./install.sh
MKDIR:=install -d
@@ -119,7 +119,7 @@ HTMLSTYLE:=simple
export TEXINPUTS:=$(HEVEALIB):
COQTEXOPTS:=-boot -n 72 -sl -small
-DOCCOMMON:=doc/common/version.tex doc/common/title.tex doc/common/macros.tex
+DOCCOMMON:=doc/common/version.tex doc/common/title.tex doc/common/macros.tex
REFMANCOQTEXFILES:=$(addprefix doc/refman/, \
RefMan-gal.v.tex RefMan-ext.v.tex \
@@ -149,7 +149,7 @@ REFMANPNGFILES:=$(REFMANEPSFILES:.eps=.png)
###########################################################################
-# Object and Source files
+# Object and Source files
###########################################################################
COQRUN := coqrun
@@ -393,7 +393,7 @@ GTKBIN=$(shell pkg-config --variable=prefix gtk+-2.0)/bin
GTKLIBS=$(shell pkg-config --variable=libdir gtk+-2.0)
-# For emacs:
-# Local Variables:
-# mode: makefile
+# For emacs:
+# Local Variables:
+# mode: makefile
# End: