mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
the distribution and the doc2texi.el seems to cause problems for some versions of emacs (e.g. xemacs). Problem report and testing by: Tobias Roth <ports@fsck.ch>
16 lines
450 B
Text
16 lines
450 B
Text
$FreeBSD$
|
|
|
|
--- docs/Makefile.in.orig Wed Mar 9 11:09:11 2005
|
|
+++ docs/Makefile.in Wed Mar 9 11:09:24 2005
|
|
@@ -332,11 +332,6 @@
|
|
@if test ! -f gnuplot.doc ; then \
|
|
cp $(srcdir)/gnuplot.doc. ; \
|
|
fi
|
|
- @if test "$(EMACS)" != no; then \
|
|
- $(EMACS) -batch -l $(srcdir)/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
|