Skip to content

Commit bc22278

Browse files
committed
Add doc2texi.el used to generate gnuplot-eldoc.el and gnuplot.texi
1 parent 9e44ebb commit bc22278

File tree

3 files changed

+922
-4
lines changed

3 files changed

+922
-4
lines changed

.elpaignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Makefile
66
gnuplot-debug-context.el
77
gnuplot-test-context.el
88
gnuplot-tests.el
9-
gpelcard.tex
9+
gpelcard.tex
10+
doc2texi.el

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
*.elc
44
*.log
55
*.pdf
6+
*.tar.gz
7+
*.tar.xz
68
*/#*#
79
*~
810
.#*
911
/#*#
1012
/*-autoloads.el
1113
/*-pkg.el
14+
/gnuplot-*.*.*/
1215
/gpelcard.ps
1316
/hacks.el
14-
/info-look.el
15-
gnuplot-mode-*.tar.gz
16-
/gnuplot-*.*.*/
17+
/info-look.el

0 commit comments

Comments
 (0)