blob: a4039c317024c5b42ef3e6cce6aac5307a876343 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 1128a98fd1676981e536d8773f363cb832cfa6bb Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Tue, 6 Mar 2018 22:28:56 +0100
4Subject: [PATCH] Use native tools to build docs
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Andreas MΓΌller <schnitzeltony@gmail.com>
10---
11 docs/Makefile.am | 22 +++++++++++-----------
12 1 file changed, 11 insertions(+), 11 deletions(-)
13
14diff --git a/docs/Makefile.am b/docs/Makefile.am
15index 3baf0c4..e82f87d 100644
16--- a/docs/Makefile.am
17+++ b/docs/Makefile.am
18@@ -152,7 +152,7 @@ gnuplot-groff.ps: gnuplot.ms $(srcdir)/titlepag.ms
19
20 ### doc2xxx dependencies
21 gnuplot.ms: doc2ms$(EXEEXT) $(srcdir)/gnuplot.doc
22- $(AM_V_GEN) ./doc2ms$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.ms "$(srcdir)/titlepag.ms"
23+ $(AM_V_GEN) doc2ms$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.ms "$(srcdir)/titlepag.ms"
24
25 doc2ms_SOURCES = doc2ms.c termdoc.c
26 doc2ms_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
27@@ -173,10 +173,10 @@ pdf_figures: $(GNUPLOT_EXE) $(srcdir)/plotstyles.gnu
28 $(AM_V_GEN)touch $@
29
30 figures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
31- $(AM_V_GEN)./doc2tex$(EXEEXT) -figures $(srcdir)/gnuplot.doc $@
32+ $(AM_V_GEN) doc2tex$(EXEEXT) -figures $(srcdir)/gnuplot.doc $@
33
34 nofigures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
35- $(AM_V_GEN)./doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc $@
36+ $(AM_V_GEN) doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc $@
37
38 pdf: gnuplot.pdf
39 pdf_nofig: nofigures.pdf
40@@ -256,7 +256,7 @@ gnuplot.ps: gnuplot.dvi
41 hlp: gnuplot.hlp
42
43 gnuplot.hlp: doc2hlp$(EXEEXT) $(srcdir)/gnuplot.doc
44- $(AM_V_GEN)./doc2hlp$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.hlp
45+ $(AM_V_GEN)doc2hlp$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.hlp
46
47 doc2hlp_SOURCES = doc2hlp.c termdoc.c
48
49@@ -264,14 +264,14 @@ doc2hlp_SOURCES = doc2hlp.c termdoc.c
50 gih: gnuplot.gih
51
52 gnuplot.gih: doc2gih$(EXEEXT) $(srcdir)/gnuplot.doc
53- $(AM_V_GEN)./doc2gih$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.gih
54+ $(AM_V_GEN)doc2gih$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.gih
55
56 doc2gih_SOURCES = doc2gih.c termdoc.c
57
58 # To include all terminals in the .gih file
59 allgih: alldoc2gih$(EXEEXT) $(srcdir)/gnuplot.doc
60 @echo "generate gnuplot.gih with all terminals"
61- $(AM_V_at)./alldoc2gih$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.gih
62+ $(AM_V_at)alldoc2gih$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.gih
63
64 alldoc2gih_SOURCES = doc2gih.c termdoc.c
65 alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
66@@ -286,7 +286,7 @@ $(srcdir)/windows/wgnuplot.hhk
67 wxhelp/wgnuplot.hhc wxhelp/wgnuplot.hhk wxhelp/*.html windows/*.png
68
69 wxhelp/wgnuplot.html: doc2wxhtml$(EXEEXT) $(srcdir)/gnuplot.doc
70- $(AM_V_GEN) ./doc2wxhtml$(EXEEXT) $(srcdir)/gnuplot.doc wxhelp/
71+ $(AM_V_GEN) doc2wxhtml$(EXEEXT) $(srcdir)/gnuplot.doc wxhelp/
72
73 #doc2wxhtml_SOURCES = windows/doc2html.c termdoc.c xref.c allterm.h
74 #doc2wxhtml_CPPFLAGS = -DALL_TERM_DOC -DWXHELP -I../src $(AM_CPPFLAGS)
75@@ -336,7 +336,7 @@ install-info: gnuplot.info
76 ipf: gnuplot.ipf
77
78 gnuplot.ipf: doc2ipf$(EXEEXT) $(srcdir)/gnuplot.doc
79- $(AM_V_GEN) ./doc2ipf$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.ipf
80+ $(AM_V_GEN) doc2ipf$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.ipf
81
82 doc2ipf_SOURCES = doc2ipf.c termdoc.c xref.c
83
84@@ -344,7 +344,7 @@ doc2ipf_SOURCES = doc2ipf.c termdoc.c xref.c
85 rtf: gnuplot.rtf
86
87 gnuplot.rtf: doc2rtf$(EXEEXT) $(srcdir)/gnuplot.doc
88- $(AM_V_GEN) ./doc2rtf$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.rtf
89+ $(AM_V_GEN) doc2rtf$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.rtf
90
91 doc2rtf_SOURCES = doc2rtf.c termdoc.c xref.c
92
93@@ -352,13 +352,13 @@ doc2rtf_SOURCES = doc2rtf.c termdoc.c xref.c
94 rnh: gnuplot.rnh
95
96 gnuplot.rnh: doc2rnh$(EXEEXT) $(srcdir)/gnuplot.doc
97- $(AM_V_GEN) ./doc2rnh$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.rnh
98+ $(AM_V_GEN) doc2rnh$(EXEEXT) $(srcdir)/gnuplot.doc gnuplot.rnh
99
100 doc2rnh_SOURCES = doc2rnh.c termdoc.c
101
102 # this is how to check the gnuplot.doc file
103 check-local: checkdoc$(EXEEXT)
104- $(AM_V_at)./checkdoc$(EXEEXT) < $(srcdir)/gnuplot.doc; \
105+ $(AM_V_at)checkdoc$(EXEEXT) < $(srcdir)/gnuplot.doc; \
106 if test $$? -eq 0; then \
107 echo "PASS: gnuplot.doc"; \
108 else \
109--
1102.14.3
111