summaryrefslogtreecommitdiff
path: root/math/gnuplot/files/patch-docs-Makefile.in
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-12-01 20:18:31 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-12-01 20:18:31 +0000
commit7d6ce6223e04b9c98faccc1f07f12f758de55abb (patch)
tree3def9190c64552ffd8b460c9d1e8b7cc93544ebf /math/gnuplot/files/patch-docs-Makefile.in
parentPhototonic is a fast and functional image viewer and organizer, inspired (diff)
math/gnuplot: 4.6.6 -> 5.0.1
- Changes: http://www.gnuplot.info/ReleaseNotes_5_0_1.html - The "gnuplot mode" elisp and TeX files for use with emacs are now maintained as a separate project PR: 204886 Submitted by: pi Approved by: glewis (maintainer), via mail
Notes
Notes: svn path=/head/; revision=402781
Diffstat (limited to 'math/gnuplot/files/patch-docs-Makefile.in')
-rw-r--r--math/gnuplot/files/patch-docs-Makefile.in58
1 files changed, 0 insertions, 58 deletions
diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in
deleted file mode 100644
index 1cc396eba7e5..000000000000
--- a/math/gnuplot/files/patch-docs-Makefile.in
+++ /dev/null
@@ -1,58 +0,0 @@
---- docs/Makefile.in.orig 2013-09-23 16:16:41.000000000 -0700
-+++ docs/Makefile.in 2014-04-12 20:11:45.000000000 -0700
-@@ -395,15 +395,15 @@
- # Thanks to Bruce Ravel for doc2texi.el!
- gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc
- @echo "Creating texinfo and eldoc strings file"
-- @if test "$(EMACS)" != no; then \
-- test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
-- test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
-- $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
-- echo "Compiling gnuplot-eldoc.el" ; \
-- $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \
-- else \
-- echo "No emacs found - cannot create texinfo file" ; \
-- fi
-+# @if test "$(EMACS)" != no; then \
-+# test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
-+# test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
-+# $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
-+# echo "Compiling gnuplot-eldoc.el" ; \
-+# $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \
-+# else \
-+# echo "No emacs found - cannot create texinfo file" ; \
-+# fi
-
-
- # this is how to make OS/2 ipfc documentation
-@@ -463,18 +463,18 @@
- $(INSTALL_DATA) gnuplot.pdf $(DESTDIR)$(GIHDIR)/gnuplot.pdf; \
- fi
-
--install-info: gnuplot.info gnuplot-eldoc.el gnuplot-eldoc.elc
-- @if test "$(EMACS)" != no; then \
-- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir) $(DESTDIR)$(lispdir); \
-- $(INSTALL_DATA) gnuplot.info $(DESTDIR)$(infodir)/gnuplot.info; \
-- $(INSTALL_DATA) gnuplot-eldoc.el $(DESTDIR)$(lispdir)/gnuplot-eldoc.el; \
-- $(INSTALL_DATA) gnuplot-eldoc.elc $(DESTDIR)$(lispdir)/gnuplot-eldoc.elc; \
-- else : ; fi
-- @if (test "$(EMACS)" != no && install-info --version && \
-- install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
-- echo "install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gnuplot.info";\
-- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gnuplot.info || :;\
-- else : ; fi
-+install-info:
-+# @if test "$(EMACS)" != no; then \
-+# $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir) $(DESTDIR)$(lispdir); \
-+# $(INSTALL_DATA) gnuplot.info $(DESTDIR)$(infodir)/gnuplot.info; \
-+# $(INSTALL_DATA) gnuplot-eldoc.el $(DESTDIR)$(lispdir)/gnuplot-eldoc.el; \
-+# $(INSTALL_DATA) gnuplot-eldoc.elc $(DESTDIR)$(lispdir)/gnuplot-eldoc.elc; \
-+# else : ; fi
-+# @if (test "$(EMACS)" != no && install-info --version && \
-+# install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
-+# echo "install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gnuplot.info";\
-+# install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gnuplot.info || :;\
-+# else : ; fi
-
- installcheck:
-