Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459172
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/docs/Makefile.in
0
++ b/docs/Makefile.in
Lines 396-403 Link Here
396
gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc
396
gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc
397
	@echo "Creating texinfo and eldoc strings file"
397
	@echo "Creating texinfo and eldoc strings file"
398
	@if test "$(EMACS)" != no; then \
398
	@if test "$(EMACS)" != no; then \
399
	   @test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
399
	   test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
400
	   @test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
400
	   test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
401
	   $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
401
	   $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
402
	   echo "Compiling gnuplot-eldoc.el" ; \
402
	   echo "Compiling gnuplot-eldoc.el" ; \
403
	   $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \
403
	   $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \

Return to bug 459172