diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-29 01:56:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-29 01:56:56 +0000 |
commit | c0062bb6cd4762221b5c641be83e06a0df7549d5 (patch) | |
tree | 5d5d7648bcfc5e152fc69ec82906bfd93075eadc /math/gnuplot | |
parent | a8ef62c107e892dd5320aee62cb8b21fc83b9d65 (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/files/patch-docs-Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in new file mode 100644 index 000000000000..75fbf7ecb089 --- /dev/null +++ b/math/gnuplot/files/patch-docs-Makefile.in @@ -0,0 +1,23 @@ +$FreeBSD$ + +--- docs/Makefile.in.orig Sun Oct 28 18:24:49 2007 ++++ docs/Makefile.in Sun Oct 28 18:25:14 2007 +@@ -351,12 +351,12 @@ + # Thanks to Bruce Ravel for doc2texi.el! + $(srcdir)/gnuplot.texi: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc + @echo "Creating texinfo" +- @if test "$(EMACS)" != no; then \ +- cd $(srcdir) ; \ +- $(EMACS) -batch -l doc2texi.el -f d2t-doc-to-texi ; \ +- else \ +- echo "No emacs found - cannot create texinfo file" ; \ +- fi ++# @if test "$(EMACS)" != no; then \ ++# cd $(srcdir) ; \ ++# $(EMACS) -batch -l doc2texi.el -f d2t-doc-to-texi ; \ ++# else \ ++# echo "No emacs found - cannot create texinfo file" ; \ ++# fi + + # this is how to make OS/2 ipfc documentation + ipf: gnuplot.ipf |