freebsd-ports/math/gnuplot/files/patch-docs-Makefile.in
Greg Lewis c0062bb6cd . Don't try to regenerate gnuplot.texi when emacs is installed as this
currently fails.

Reported by:	Andriy Gapon <avg@icyb.net.ua>
2007-10-29 01:56:56 +00:00

23 lines
725 B
Text

$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