diff options
author | glewis <glewis@FreeBSD.org> | 2005-03-10 03:42:24 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-03-10 03:42:24 +0800 |
commit | 6f0691c07d44b9a2eede07a79daca1b18e5a28f5 (patch) | |
tree | 92336ada2b5184d74c3f828bba98ace4ce98a1a2 /math/gnuplot | |
parent | 70415d9244c55b609847b7b3acd187ad388350ae (diff) | |
download | freebsd-ports-gnome-6f0691c07d44b9a2eede07a79daca1b18e5a28f5.tar.gz freebsd-ports-gnome-6f0691c07d44b9a2eede07a79daca1b18e5a28f5.tar.zst freebsd-ports-gnome-6f0691c07d44b9a2eede07a79daca1b18e5a28f5.zip |
. Don't generate the .texi documentation files. They already exist in
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>
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/files/patch-docs-Makefile.in | 16 |
1 files changed, 16 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..9acf4d67fe41 --- /dev/null +++ b/math/gnuplot/files/patch-docs-Makefile.in @@ -0,0 +1,16 @@ +$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 |