annotate doc/liboctave/Makefile.in @ 5653:ab9a339fcec8

[project @ 2006-03-09 17:28:13 by jwe]
author jwe
date Thu, 09 Mar 2006 17:28:13 +0000
parents ce71ed4c6da6
children 5b9b492f9e98
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
5151
b142b5a0d6be [project @ 2005-02-21 16:50:00 by jwe]
jwe
parents: 4956
diff changeset
33 FORMATTED = liboctave.dvi liboctave.ps liboctave.pdf \
b142b5a0d6be [project @ 2005-02-21 16:50:00 by jwe]
jwe
parents: 4956
diff changeset
34 liboctave.info liboctave*.html
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
35
2701
cd5f72e530e2 [project @ 1997-02-19 19:15:40 by jwe]
jwe
parents: 2656
diff changeset
36 DISTFILES = Makefile.in gpl.texi $(TEXINFO) $(FORMATTED)
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
37
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
38 SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
39
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
40 %.spell : %.texi
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
41 rm -f $@
4084
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3863
diff changeset
42 $(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
43 mv $@.tmp $@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
44
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
45 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
46 .PHONY: all
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
47
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
48 liboctave.info: $(TEXINFO)
5653
ab9a339fcec8 [project @ 2006-03-09 17:28:13 by jwe]
jwe
parents: 5527
diff changeset
49 -$(MAKEINFO) -I.. -I$(srcdir) -I$(srcdir)/.. $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
50
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
51 liboctave.dvi: $(TEXINFO)
5653
ab9a339fcec8 [project @ 2006-03-09 17:28:13 by jwe]
jwe
parents: 5527
diff changeset
52 -TEXINPUTS="..:$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
53
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
54 liboctave.ps: liboctave.dvi
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
55 -dvips -o $@ $<
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
56
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
57 liboctave.pdf: $(TEXINFO)
5653
ab9a339fcec8 [project @ 2006-03-09 17:28:13 by jwe]
jwe
parents: 5527
diff changeset
58 -TEXINPUTS="..:$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2PDF) $<
5151
b142b5a0d6be [project @ 2005-02-21 16:50:00 by jwe]
jwe
parents: 4956
diff changeset
59
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
60 HTML/index.html: $(TEXINFO)
5653
ab9a339fcec8 [project @ 2006-03-09 17:28:13 by jwe]
jwe
parents: 5527
diff changeset
61 -$(MAKEINFO) --html --ifinfo --output=HTML -I.. -I$(srcdir)/.. $<
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
62
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
63 check:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
64 .PHONY: check
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
65
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
66 install install-strip: all
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
67 .PHONY: install install-strip
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
68
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
69 uninstall:
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4125
diff changeset
70 rm -f $(DESTDIR)$(infodir)/liboctave.info*
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
71 .PHONY: uninstall
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
72
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
73 tags: $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
74 ctags $(SOURCES)
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 etags $(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 spell: $(SPELL)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
80 .PHONY: spell
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 mostlyclean clean:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
83 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
84 liboctave.vr liboctave.ky liboctave.op liboctave.vrs \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
85 liboctave.kys liboctave.ops liboctave.cps liboctave.fns \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
86 liboctave.pgs liboctave.tps liboctave.aux liboctave.log \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
87 liboctave.toc
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
88 .PHONY: mostlyclean clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
89
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
90 distclean: clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
91 rm -f Makefile
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
92 .PHONY: distclean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
93
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
94 maintainer-clean: distclean
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
95 rm -f tags TAGS liboctave.info liboctave.info-*
5527
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5425
diff changeset
96 rm -f liboctave.dvi liboctave.ps liboctave.pdf
5422
a8f40275b7de [project @ 2005-07-28 18:58:42 by jwe]
jwe
parents: 5196
diff changeset
97 rm -rf HTML
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
98 .PHONY: maintainer-clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
99
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
100 dist: all
2028
046d83c6f0af [project @ 1996-03-23 11:01:15 by jwe]
jwe
parents: 2021
diff changeset
101 ln $(DISTFILES) ../../`cat ../../.fname`/doc/liboctave
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
102 .PHONY: dist