Skip to content

Commit 90bfd6d

Browse files
committed
Simplify Makefile situation
We only keep a single Makefile that compiles el files, builds the reference card and runs tests.
1 parent 5fd785c commit 90bfd6d

File tree

10 files changed

+2
-5975
lines changed

10 files changed

+2
-5975
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
*/#*#
1010
/hacks.el
1111
.#*
12-
/Makefile
13-
/config.cache
14-
/config.status
1512
/info-look.el
16-
/autom4te.cache/*
17-
/configure.scan
1813
/gpelcard.ps
1914
gnuplot-mode-*.tar.gz

Makefile.dst renamed to Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- mode: makefile -*-
22

3-
## Set this variable to "xemacs" if you use XEmacs
43
EMACS ?= emacs
54

65
## You will probably not need to change anything below this line

Makefile.am

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)