diff options
| author | Pierre-Marie Pédrot | 2016-06-13 23:50:04 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-13 23:50:04 +0200 |
| commit | 45de05d0ea9740f14c58dfd67436ddbea03c6a49 (patch) | |
| tree | 7f49f4cb9b2c056c4c2bb69ec5b28199502b7a04 /Makefile.common | |
| parent | 6b78930640a03260f98fa90411070c6dbad8d266 (diff) | |
Revert "Strip some trailing spaces"
This reverts commit 45748e4efae8630cc13b0199dfcc9803341e8cd8.
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.common b/Makefile.common index 37db66be3e..e2f67226b9 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 @@ -394,7 +394,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: |
