annotate doc/liboctave/Makefile.in @ 6468:d19a0250e680

[project @ 2007-03-27 17:31:54 by jwe]
author jwe
date Tue, 27 Mar 2007 17:31:54 +0000
parents a84de7048629
children d88b76579770
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
1 #
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
2 # Makefile for octave's doc/liboctave directory
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
3 #
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
4 # John W. Eaton
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
5 # jwe@bevo.che.wisc.edu
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
6 # University of Wisconsin-Madison
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
7 # Department of Chemical Engineering
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
8
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
9 TOPDIR = ../..
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
10
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
11 srcdir = @srcdir@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
12 top_srcdir = @top_srcdir@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
13 VPATH = @srcdir@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
14
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
15 include $(TOPDIR)/Makeconf
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
16
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
17 INSTALL = @INSTALL@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
18 INSTALL_PROGRAM = @INSTALL_PROGRAM@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
19 INSTALL_DATA = @INSTALL_DATA@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
20
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
21 SOURCES =
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
22
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
23 MAIN_TEXINFO = liboctave.texi
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
24
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
25 SUB_TEXINFO = \
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
26 array.texi bugs.texi cp-idx.texi dae.texi diffeq.texi \
2656
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
27 error.texi factor.texi fn-idx.texi install.texi intro.texi \
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
28 matvec.texi nleqn.texi nlfunc.texi ode.texi \
2656
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
29 optim.texi preface.texi quad.texi range.texi
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
30
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
31 TEXINFO = $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
32
5706
5b9b492f9e98 [project @ 2006-03-21 22:53:04 by jwe]
jwe
parents: 5653
diff changeset
33 FORMATTED = liboctave.dvi liboctave.ps liboctave.pdf liboctave.info
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
34
2701
cd5f72e530e2 [project @ 1997-02-19 19:15:40 by jwe]
jwe
parents: 2656
diff changeset
35 DISTFILES = Makefile.in gpl.texi $(TEXINFO) $(FORMATTED)
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
36
5706
5b9b492f9e98 [project @ 2006-03-21 22:53:04 by jwe]
jwe
parents: 5653
diff changeset
37 DISTDIRS = HTML
5b9b492f9e98 [project @ 2006-03-21 22:53:04 by jwe]
jwe
parents: 5653
diff changeset
38
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
39 SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
40
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
41 %.spell : %.texi
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
42 rm -f $@
4084
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3863
diff changeset
43 $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
44 mv $@.tmp $@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
45
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
46 all: liboctave.info liboctave.dvi liboctave.ps liboctave.pdf HTML/index.html
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
47 .PHONY: all
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
48
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
49 liboctave.info: $(TEXINFO)
5653
ab9a339fcec8 [project @ 2006-03-09 17:28:13 by jwe]
jwe
parents: 5527
diff changeset
50 -$(MAKEINFO) -I.. -I$(srcdir) -I$(srcdir)/.. $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
51
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
52 liboctave.dvi: $(TEXINFO)
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 5708
diff changeset
53 -TEXINPUTS="..:$(srcdir):$(srcdir)/..:$(TEXINPUTS):" \
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 5708
diff changeset
54 $(UNSETCOMSPEC) $(TEXI2DVI) $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
55
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
56 liboctave.ps: liboctave.dvi
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
57 -dvips -o $@ $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
58
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
59 liboctave.pdf: $(TEXINFO)
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 5708
diff changeset
60 -TEXINPUTS="..:$(srcdir):$(srcdir)/..:$(TEXINPUTS):" \
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 5708
diff changeset
61 $(UNSETCOMSPEC) $(TEXI2PDF) $<
5151
b142b5a0d6be [project @ 2005-02-21 16:50:00 by jwe]
jwe
parents: 4956
diff changeset
62
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
63 HTML/index.html: $(TEXINFO)
5708
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5706
diff changeset
64 -$(MAKEINFO) --html --ifinfo --output=HTML -I.. -I$(srcdir) -I$(srcdir)/.. $<
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
65
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
66 check:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
67 .PHONY: check
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
68
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
69 install install-strip: all
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
70 .PHONY: install install-strip
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
71
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
72 uninstall:
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4125
diff changeset
73 rm -f $(DESTDIR)$(infodir)/liboctave.info*
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
74 .PHONY: uninstall
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
75
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
76 tags: $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
77 ctags $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
78
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
79 TAGS: $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
80 etags $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
81
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
82 spell: $(SPELL)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
83 .PHONY: spell
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
84
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
85 mostlyclean clean:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
86 rm -f liboctave.cp liboctave.fn liboctave.pg liboctave.tp \
2749
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
87 liboctave.vr liboctave.ky liboctave.op liboctave.vrs \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
88 liboctave.kys liboctave.ops liboctave.cps liboctave.fns \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
89 liboctave.pgs liboctave.tps liboctave.aux liboctave.log \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
90 liboctave.toc
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
91 .PHONY: mostlyclean clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
92
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
93 distclean: clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
94 rm -f Makefile
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
95 .PHONY: distclean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
96
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
97 maintainer-clean: distclean
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
98 rm -f tags TAGS liboctave.info liboctave.info-*
5527
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5425
diff changeset
99 rm -f liboctave.dvi liboctave.ps liboctave.pdf
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
100 rm -rf HTML
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
101 .PHONY: maintainer-clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
102
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
103 dist: all
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6358
diff changeset
104 ln $(DISTFILES) ../../`cat ../../.fname`/doc/liboctave
6468
d19a0250e680 [project @ 2007-03-27 17:31:54 by jwe]
jwe
parents: 6467
diff changeset
105 for dir in $(DISTDIRS); do ln ../../doc/liboctave/$$dir ../../`cat ../../.fname`/doc/liboctave/$$dir; done
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
106 .PHONY: dist