Revision: 98294 http://trac.macports.org//changeset/98294 Author: raimue@macports.org Date: 2012-10-02 00:57:17 -0700 (Tue, 02 Oct 2012) Log Message: ----------- math/gnuplot: Add missing patch which was forgotten in r98293, see #36394 Revision Links: -------------- http://trac.macports.org//changeset/98293 Added Paths: ----------- trunk/dports/math/gnuplot/files/patch-docs-Makefile.in.diff Added: trunk/dports/math/gnuplot/files/patch-docs-Makefile.in.diff =================================================================== --- trunk/dports/math/gnuplot/files/patch-docs-Makefile.in.diff (rev 0) +++ trunk/dports/math/gnuplot/files/patch-docs-Makefile.in.diff 2012-10-02 07:57:17 UTC (rev 98294) @@ -0,0 +1,13 @@ +--- docs/Makefile.in.orig ++++ docs/Makefile.in +@@ -396,8 +396,8 @@ gnuplot.info: $(srcdir)/gnuplot.texi + gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc + @echo "Creating texinfo and eldoc strings file" + @if test "$(EMACS)" != no; then \ +- @test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ +- @test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ ++ test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ ++ test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ + $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ + echo "Compiling gnuplot-eldoc.el" ; \ + $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \