Mercurial > hg > octave-nkf
annotate doc/interpreter/Makefile.am @ 10626:044d9df4d79a
Correctly set output precision (#29870) in dlmwrite
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 12 May 2010 16:26:08 -0700 |
parents | 57e24c53e063 |
children | 62ed71623aca |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 # Makefile for octave's doc/interpreter directory |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 # |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 # 2002, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
5 # |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 # This file is part of Octave. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 # |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 # Octave is free software; you can redistribute it and/or modify it |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 # under the terms of the GNU General Public License as published by the |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
10 # Free Software Foundation; either version 3 of the License, or (at |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 # your option) any later version. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 # |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
13 # Octave is distributed in the hope that it will be useful, but WITHOUT |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
16 # for more details. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
17 # |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
18 # You should have received a copy of the GNU General Public License |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 # along with Octave; see the file COPYING. If not, see |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
20 # <http://www.gnu.org/licenses/>. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
21 |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
22 include $(top_srcdir)/common.mk |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
23 |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
24 ## Automake generated rules for documentation are not parallel-safe. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
25 ## Restrict current directory to run serially |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
26 .NOTPARALLEL: |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
27 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
28 TEXINFO_TEX = ../texinfo.tex |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
29 |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
30 ## Leading PATH_SEPARATOR required due to weak parsing by dvips (12/04/09) |
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
31 TEXINPUTS := "$(PATH_SEPARATOR)$(srcdir)$(PATH_SEPARATOR)$(TEXINPUTS)$(PATH_SEPARATOR)" |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
32 export TEXINPUTS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
33 |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
34 ## Include custom texmf.cnf necessary to run @seealso macro |
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
35 TEXMFCNF := "..$(PATH_SEPARATOR)$(srcdir)/..$(PATH_SEPARATOR)$(TEXMFCNF)$(PATH_SEPARATOR)" |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
36 export TEXMFCNF |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
37 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 dist_man1_MANS = \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 mkoctfile.1 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
40 octave-bug.1 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
41 octave-config.1 \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
42 octave.1 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
43 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
44 ## The following example files are listed for dependencies. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
45 ## They should not be distributed from this directory. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
46 EXAMPLE_FILES = \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
47 $(top_srcdir)/examples/@polynomial/display.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
48 $(top_srcdir)/examples/@polynomial/double.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
49 $(top_srcdir)/examples/@polynomial/end.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
50 $(top_srcdir)/examples/@polynomial/get.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
51 $(top_srcdir)/examples/@polynomial/mtimes.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
52 $(top_srcdir)/examples/@polynomial/plot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
53 $(top_srcdir)/examples/@polynomial/polynomial.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
54 $(top_srcdir)/examples/@polynomial/polynomial_superiorto.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
55 $(top_srcdir)/examples/@polynomial/polyval.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
56 $(top_srcdir)/examples/@polynomial/set.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
57 $(top_srcdir)/examples/@polynomial/subsasgn.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
58 $(top_srcdir)/examples/@polynomial/subsref.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
59 $(top_srcdir)/examples/addtwomatrices.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
60 $(top_srcdir)/examples/celldemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
61 $(top_srcdir)/examples/firstmexdemo.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
62 $(top_srcdir)/examples/fortdemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
63 $(top_srcdir)/examples/fortsub.f \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
64 $(top_srcdir)/examples/funcdemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
65 $(top_srcdir)/examples/globaldemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
66 $(top_srcdir)/examples/helloworld.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
67 $(top_srcdir)/examples/mycell.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
68 $(top_srcdir)/examples/myfeval.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
69 $(top_srcdir)/examples/myfunc.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
70 $(top_srcdir)/examples/mypow2.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
71 $(top_srcdir)/examples/mysparse.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
72 $(top_srcdir)/examples/mystring.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
73 $(top_srcdir)/examples/mystruct.c \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
74 $(top_srcdir)/examples/paramdemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
75 $(top_srcdir)/examples/stringdemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
76 $(top_srcdir)/examples/structdemo.cc \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
77 $(top_srcdir)/examples/unwinddemo.cc |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
78 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
79 include images.mk |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
80 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
81 .eps.pdf: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
82 if [ -f $< ] ; then $(GHOSTSCRIPT) -dBATCH -dEPSCrop -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=$@ $< ; fi |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
83 |
9910
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
84 IMAGES = \ |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
85 $(IMAGES_EPS) \ |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
86 $(IMAGES_PDF) \ |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
87 $(IMAGES_PNG) \ |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
88 $(IMAGES_TXT) \ |
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
89 $(HTMLDIR_IMAGES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
90 |
9906 | 91 MUNGED_TEXI_SRC = \ |
92 arith.texi \ | |
93 audio.texi \ | |
94 basics.texi \ | |
95 bugs.texi \ | |
96 container.texi \ | |
97 contrib.texi \ | |
98 cp-idx.texi \ | |
99 data.texi \ | |
100 debug.texi \ | |
101 diffeq.texi \ | |
102 diagperm.texi \ | |
103 dynamic.texi \ | |
104 emacs.texi \ | |
105 errors.texi \ | |
106 eval.texi \ | |
107 expr.texi \ | |
108 fn-idx.texi \ | |
109 func.texi \ | |
110 geometry.texi \ | |
111 gpl.texi \ | |
112 grammar.texi \ | |
113 image.texi \ | |
114 install.texi \ | |
115 interp.texi \ | |
116 intro.texi \ | |
117 io.texi \ | |
118 linalg.texi \ | |
119 matrix.texi \ | |
120 nonlin.texi \ | |
121 numbers.texi \ | |
10214
57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
122 obsolete.texi \ |
9906 | 123 oop.texi \ |
124 op-idx.texi \ | |
125 optim.texi \ | |
126 package.texi \ | |
127 plot.texi \ | |
128 poly.texi \ | |
129 preface.texi \ | |
130 quad.texi \ | |
131 set.texi \ | |
132 signal.texi \ | |
133 sparse.texi \ | |
134 stats.texi \ | |
135 stmt.texi \ | |
136 strings.texi \ | |
137 system.texi \ | |
138 testfun.texi \ | |
139 tips.texi \ | |
140 var.texi | |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
141 |
9906 | 142 TXI_SRC = $(MUNGED_TEXI_SRC:.texi=.txi) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
143 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
144 info_TEXINFOS = octave.texi |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
145 |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
146 octave_TEXINFOS = \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
147 contributors.texi \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
148 $(MUNGED_TEXI_SRC) |
9889
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9863
diff
changeset
|
149 |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
150 octave.info octave.dvi octave.html octave.pdf: $(srcdir)/version.texi $(octave_TEXINFOS) $(EXAMPLE_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
151 |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
152 octave.info: $(IMAGES_TXT) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
153 |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
154 octave.dvi octave.ps: $(IMAGES_EPS) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
155 |
9908 | 156 octave.html: $(IMAGES_PNG) |
9889
81c5ea6ddf81
doc/interpreter build fixes
John W. Eaton <jwe@octave.org>
parents:
9863
diff
changeset
|
157 |
9908 | 158 octave.pdf: $(IMAGES_PDF) |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
159 |
9910
49b9cab70b63
make rules to copy png files to html directory
John W. Eaton <jwe@octave.org>
parents:
9908
diff
changeset
|
160 all-local: dvi html pdf ps doc-cache $(HTMLDIR_IMAGES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
161 |
9962
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
162 # Prevent packaging of distribution unless all libraries |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
163 # necessary to create documentation are present |
9963
0055d0b8a4bb
Replace distdir-local rule with dist-hook rule which is better supported
Rik <rdrider0-list@yahoo.com>
parents:
9962
diff
changeset
|
164 dist-hook: |
9962
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
165 @$(GREP) '#define HAVE_COLAMD 1' $(top_builddir)/config.h > /dev/null || { echo "Documentation creation requires missing COLAMD library. Cannot package distribution!" ; exit 1; } |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
166 @$(GREP) '#define HAVE_CHOLMOD 1' $(top_builddir)/config.h > /dev/null || { echo "Documentation creation requires missing CHOLMOD library. Cannot package distribution!" ; exit 1; } |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
167 @$(GREP) '#define HAVE_UMFPACK 1' $(top_builddir)/config.h > /dev/null || { echo "Documentation creation requires missing UMFPACK library. Cannot package distribution!" ; exit 1; } |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
168 @$(GREP) '#define HAVE_QHULL 1' $(top_builddir)/config.h > /dev/null || { echo "Documentation creation requires missing QHULL library. Cannot package distribution!" ; exit 1; } |
9bd50882cd1c
new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Rik <rdrider0-list@yahoo.com>
parents:
9943
diff
changeset
|
169 |
9968
f3bef90b7278
Remove various install-local targets in favor of using automake syntax for installation
Rik <rdrider0-list@yahoo.com>
parents:
9963
diff
changeset
|
170 octetc_DATA = doc-cache |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
171 |
9906 | 172 DOCSTRING_FILES = $(shell $(srcdir)/find-docstring-files.sh "$(top_srcdir)") |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
173 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
174 doc-cache: $(DOCSTRING_FILES) mk_doc_cache.m |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9997
diff
changeset
|
175 $(top_builddir)/run-octave -f -q -H $(srcdir)/mk_doc_cache.m doc-cache $(DOCSTRING_FILES) || { rm -f doc-cache; exit 1; } |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
176 |
9997
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
177 ## Program compiled only to help build documentation. No need to install |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
178 noinst_PROGRAMS = munge-texi |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
179 |
9997
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
180 munge_texi_SOURCES = munge-texi.cc |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
181 |
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
182 $(MUNGED_TEXI_SRC): $(DOCSTRING_FILES) $(munge_texi_SOURCES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
183 |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
184 .txi.texi: |
9926
7ad553781c62
Set dependency of *.texi files on munge-texi source code rather than executable.
Rik <rdrider0-list@yahoo.com>
parents:
9919
diff
changeset
|
185 @$(MAKE) $(AM_MAKEFLAGS) munge-texi$(BUILD_EXEEXT) |
9906 | 186 ./munge-texi $(top_srcdir) $(DOCSTRING_FILES) < $< > $@-t |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
187 mv $@-t $@ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
188 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
189 contributors.texi: contributors.in |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
190 $(AWK) -f $(srcdir)/mkcontrib.awk $(srcdir)/contributors.in > $@-t |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
191 mv $@-t $@ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
192 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
193 ../../INSTALL.OCTAVE: install.texi |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
194 rm -f INSTALL |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
195 -$(MAKEINFO) -D INSTALLONLY \ |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
196 --no-validate --no-headers --no-split --output INSTALL $< |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
197 mv INSTALL ../../INSTALL.OCTAVE |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
198 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
199 ../../BUGS: bugs.texi |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
200 rm -f BUGS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
201 -$(MAKEINFO) -D BUGSONLY \ |
9919
a463aa0aa0ab
remove lingering Makefile.am options for deleted file conf.texi
Rik <rdrider0-list@yahoo.com>
parents:
9910
diff
changeset
|
202 --no-validate --no-headers --no-split --output BUGS $< |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
203 mv BUGS ../../BUGS |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
204 |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
205 EXTRA_DIST = \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
206 config-images.sh \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
207 contributors.in \ |
9906 | 208 find-docstring-files.sh \ |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
209 images \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
210 images.mk \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
211 mk_doc_cache.m \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
212 mkcontrib.awk \ |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9935
diff
changeset
|
213 octave.dvi \ |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9935
diff
changeset
|
214 octave.html \ |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9935
diff
changeset
|
215 octave.pdf \ |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9935
diff
changeset
|
216 octave.ps \ |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
217 $(IMAGES) \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
218 $(IMAGES_SRC) \ |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
219 $(TXI_SRC) |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
220 |
9997
8561ecc44317
Use automake syntax to build munge-texi
Rik <rdrider0-list@yahoo.com>
parents:
9968
diff
changeset
|
221 DISTCLEANFILES = $(octave_TEXINFOS) doc-cache |
9893
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
222 |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
223 MAINTAINERCLEANFILES = $(IMAGES) |
609726a25877
Correctly generate *.texi doc files when running in a newly cloned source tree
Rik <rdrider0-list@yahoo.com>
parents:
9889
diff
changeset
|
224 |