Skip to content
forked from ecb-home/ecb

Commit

Permalink
Removed setting defaults for other platforms.
Browse files Browse the repository at this point in the history
Don't know whether other platforms have similar defaults.
If so, they can be added subsequently.
  • Loading branch information
Przemysław Wojnowski committed Nov 10, 2013
1 parent 8c05f3e commit 52689f3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ifeq ($(origin EMACS),environment)
EMACS = emacs
endif

EMACS ?= emacs

ifeq ($(PLATFORM),Linux)
EMACS ?= emacs
CEDET ?=
Expand All @@ -56,18 +58,6 @@ ifeq ($(PLATFORM),Linux)
PS2PDF ?= ps2pdf
EMACSINFOPATH ?=
INSTALLINFO ?= install-info
else #TODO add defaults for other platforms
EMACS ?= emacs
CEDET ?= c:/Programme/emacs-23.1/site-lisp/package-development/cedet
LOADPATH ?=
MAKEINFO ?= /usr/bin/makeinfo
TEXI2PDF ?= /C/Programme/texmf/miktex/bin/texi2pdf
TEXI2DVI ?= /C/Programme/texmf/miktex/bin/texi2dvi
DVIPDFM ?= /C/Programme/texmf/miktex/bin/dvipdfm
DVIPS ?= /C/Programme/texmf/miktex/bin/dvips
PS2PDF ?= /C/home/bin/ps2pdf
EMACSINFOPATH ?= /C/Programme/emacs-22.3/info
INSTALLINFO ?= /usr/bin/install-info
endif

# For the ECB-maintainers: Change the version-number here and not
Expand Down

0 comments on commit 52689f3

Please sign in to comment.