Skip to content

Commit 344b67c

Browse files
committed
Move maintenance files to maint
1 parent e54c3d7 commit 344b67c

File tree

7 files changed

+5
-11
lines changed

7 files changed

+5
-11
lines changed

.elpaignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
.gitignore
44
LICENSE
55
Makefile
6-
gnuplot-debug-context.el
7-
gnuplot-test-context.el
8-
gnuplot-tests.el
96
gpelcard.tex
10-
doc2texi.el
7+
maint

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
*.elc
44
*.log
55
*.pdf
6-
*.tar.gz
7-
*.tar.xz
8-
*/#*#
6+
*.tar.*
97
*~
10-
.#*
11-
/#*#
8+
\#*\#
129
/*-autoloads.el
1310
/*-pkg.el
1411
/gnuplot-*.*.*/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ LOAD = -l gnuplot \
1111
default: compile
1212

1313
test:
14-
$(EMACS) -batch -L . $(LOAD) -f ert-run-tests-batch-and-exit
14+
$(EMACS) -batch -L maint -L . $(LOAD) -f ert-run-tests-batch-and-exit
1515

1616
compile:
17-
$(EMACS) -batch -L . -f batch-byte-compile *.el
17+
$(EMACS) -batch -L . -f batch-byte-compile gnuplot*.el maint/gnuplot*.el
1818

1919
clean:
2020
rm -f *.elc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)