Package: gnuplot5 / 5.0.3+dfsg1-2~bpo8+1

07_doc.patch Patch series | download
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-5.0.3/docs/Makefile.am
===================================================================
--- gnuplot-5.0.3.orig/docs/Makefile.am
+++ gnuplot-5.0.3/docs/Makefile.am
@@ -345,7 +345,7 @@ ${ELCS}: gnuplot-eldoc.el
 	fi
 
 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)