mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
. Don't try to regenerate gnuplot.texi when emacs is installed as this
currently fails. Reported by: Andriy Gapon <avg@icyb.net.ua>
This commit is contained in:
parent
a8ef62c107
commit
c0062bb6cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202254
23
math/gnuplot/files/patch-docs-Makefile.in
Normal file
23
math/gnuplot/files/patch-docs-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user