diff options
author | glewis <glewis@FreeBSD.org> | 2007-10-29 09:56:56 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-10-29 09:56:56 +0800 |
commit | 81c648b6c9c1e2ce74101aa7565c75b6b05b4dce (patch) | |
tree | d31f4dbaf1179c17699b84bfdcb5d4b05fb7a96b /math | |
parent | 8b0d8c73503ca36bd03a34c1a06d175c15a568cc (diff) | |
download | freebsd-ports-gnome-81c648b6c9c1e2ce74101aa7565c75b6b05b4dce.tar.gz freebsd-ports-gnome-81c648b6c9c1e2ce74101aa7565c75b6b05b4dce.tar.zst freebsd-ports-gnome-81c648b6c9c1e2ce74101aa7565c75b6b05b4dce.zip |
. Don't try to regenerate gnuplot.texi when emacs is installed as this
currently fails.
Reported by: Andriy Gapon <avg@icyb.net.ua>
Diffstat (limited to 'math')
-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 |