1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix path in documentation generation
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-06-16
Index: gnuplot-6.0.3/docs/Makefile.am
===================================================================
--- gnuplot-6.0.3.orig/docs/Makefile.am
+++ gnuplot-6.0.3/docs/Makefile.am
@@ -358,7 +358,7 @@ ${ELCS}: gnuplot-eldoc.el
# that only appears to work with a non-generated texi file for input.
gnuplot.info: gnuplot.texi
- $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --output=$@
+ $(AM_V_GEN) $(MAKEINFO) -I$(srcdir) $< --no-split --force --output=$@
install-info: gnuplot.info
$(AM_V_at) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
|