emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot 43effb0 068/184: Add gnuplot-context to makefiles.


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 43effb0 068/184: Add gnuplot-context to makefiles.
Date: Sun, 29 Aug 2021 11:03:17 -0400 (EDT)

branch: elpa/gnuplot
commit 43effb011ad0fa53d282ddd6a25cfe2f39191014
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Add gnuplot-context to makefiles.
---
 .gitignore   | 3 +++
 Makefile.dst | 5 ++++-
 Makefile.in  | 8 ++++++--
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index ed79435..4f4afcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@
 */#*#
 /hacks.el
 .#*
+/Makefile
+/config.cache
+/config.status
diff --git a/Makefile.dst b/Makefile.dst
index c9d8c83..543595f 100644
--- a/Makefile.dst
+++ b/Makefile.dst
@@ -9,7 +9,7 @@ BYTE = $(EMACS) -batch -q -no-site-file -l dot.el -f 
batch-byte-compile
 .PHONY:        all default clean
 
 default:
-       $(MAKE) info-look.elc gnuplot.elc gnuplot-gui.elc
+       $(MAKE) info-look.elc gnuplot.elc gnuplot-gui.elc gnuplot-context.elc
 
 gnuplot.elc:   gnuplot.el
        $(BYTE) gnuplot.el
@@ -17,6 +17,9 @@ gnuplot.elc:  gnuplot.el
 gnuplot-gui.elc:       gnuplot-gui.el
        $(BYTE) gnuplot-gui.el
 
+gnuplot-context.elc:   gnuplot-context.el
+       $(BYTE) gnuplot-context.el
+
 ## There are many possibilities for info-look:
 ##
 ##     EMACS version           use
diff --git a/Makefile.in b/Makefile.in
index b7aa28e..04e085b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,13 +29,13 @@ VPATH = @srcdir@
 # Command to byte-compile
 BYTEC = $(EMACS) -batch -q -no-site-file -l $(srcdir)/dot.el -f 
batch-byte-compile
 
-ELCS = info-look.elc gnuplot.elc gnuplot-gui.elc
+ELCS = info-look.elc gnuplot.elc gnuplot-gui.elc gnuplot-context.elc
 
 DIST_COMMON = ChangeLog Makefile.dst Makefile.in README aclocal.m4 configure \
 configure.in
 
 EXTRA_DIST = dot.el dotemacs gnuplot-gui.el gnuplot.el gnuplot.el.old \
-gpelcard.tex info-look.20.2.el info-look.20.3.el
+gnuplot-context.el gpelcard.tex info-look.20.2.el info-look.20.3.el
 
 DISTFILES = $(DIST_COMMON) $(EXTRA_DIST)
 
@@ -49,6 +49,10 @@ gnuplot-gui.elc: gnuplot.elc gnuplot-gui.el
        test "$(srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot-gui.el .
        $(BYTEC) gnuplot-gui.el
 
+gnuplot-context.elc: gnuplot.elc gnuplot-context.el
+       test "$(srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot-context.el 
.
+       $(BYTEC) gnuplot-context.el
+
 ## There are many possibilities for info-look:
 ##
 ##     EMACS version            use



reply via email to

[Prev in Thread] Current Thread [Next in Thread]