annotate doc/liboctave/Makefile.in @ 3189:bef7b73c0724

[project @ 1998-10-16 18:05:26 by jwe]
author jwe
date Fri, 16 Oct 1998 18:05:31 +0000
parents 6d56646a2d1f
children a41cc560087a
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
2656
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
23 TEXINFO = array.texi bugs.texi cp-idx.texi dae.texi diffeq.texi \
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
24 error.texi factor.texi fn-idx.texi install.texi intro.texi \
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
25 liboctave.texi matvec.texi nleqn.texi nlfunc.texi ode.texi \
bdb1346e0f7f [project @ 1997-02-03 03:26:02 by jwe]
jwe
parents: 2624
diff changeset
26 optim.texi preface.texi quad.texi range.texi
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
27
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
28 FORMATTED = liboctave.dvi liboctave.ps liboctave.info \
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
29 liboctave.info-[0-9]* liboctave_*.html
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
30
2701
cd5f72e530e2 [project @ 1997-02-19 19:15:40 by jwe]
jwe
parents: 2656
diff changeset
31 DISTFILES = Makefile.in gpl.texi $(TEXINFO) $(FORMATTED)
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
32
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
33 BINDISTFILES =
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
34
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
35 SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
36
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
37 %.spell : %.texi
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
38 rm -f $@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
39 sed -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
40 mv $@.tmp $@
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
41
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
42 all: liboctave.info liboctave.dvi liboctave.ps liboctave_toc.html
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
43 .PHONY: all
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
44
2701
cd5f72e530e2 [project @ 1997-02-19 19:15:40 by jwe]
jwe
parents: 2656
diff changeset
45 liboctave.info: $(TEXINFO) ../conf.texi
2705
18395aaeafb7 [project @ 1997-02-20 04:56:43 by jwe]
jwe
parents: 2701
diff changeset
46 -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
47
2701
cd5f72e530e2 [project @ 1997-02-19 19:15:40 by jwe]
jwe
parents: 2656
diff changeset
48 liboctave.dvi: $(TEXINFO) ../conf.texi
3028
6d56646a2d1f [project @ 1997-06-05 06:34:21 by jwe]
jwe
parents: 2811
diff changeset
49 -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \
6d56646a2d1f [project @ 1997-06-05 06:34:21 by jwe]
jwe
parents: 2811
diff changeset
50 export TEXINPUTS; \
2518
64de62e8e73d [project @ 1996-11-14 20:42:03 by jwe]
jwe
parents: 2029
diff changeset
51 $(TEXI2DVI) $(srcdir)/liboctave.texi
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
52
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
53 liboctave.ps: liboctave.dvi
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
54 -dvips -o liboctave.ps liboctave.dvi
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
55
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
56 liboctave_toc.html:
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
57 -texi2html -split_chapter -I$(srcdir)/.. $(srcdir)/liboctave.texi
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
58
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
59 check:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
60 .PHONY: check
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
61
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
62 install install-strip: all
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2749
diff changeset
63 .PHONY: install install-strip
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
64
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
65 uninstall:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
66 rm -f $(infodir)/liboctave.info*
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
67 .PHONY: uninstall
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 tags: $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
70 ctags $(SOURCES)
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 TAGS: $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
73 etags $(SOURCES)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
74
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
75 spell: $(SPELL)
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
76 .PHONY: spell
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
77
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
78 mostlyclean clean:
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
79 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
80 liboctave.vr liboctave.ky liboctave.op liboctave.vrs \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
81 liboctave.kys liboctave.ops liboctave.cps liboctave.fns \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
82 liboctave.pgs liboctave.tps liboctave.aux liboctave.log \
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2705
diff changeset
83 liboctave.toc
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
84 .PHONY: mostlyclean clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
85
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
86 distclean: clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
87 rm -f Makefile
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
88 .PHONY: distclean
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 maintainer-clean: distclean
3189
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
91 rm -f tags TAGS liboctave.info liboctave.info-*
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
92 rm -f liboctave.dvi liboctave.ps
bef7b73c0724 [project @ 1998-10-16 18:05:26 by jwe]
jwe
parents: 3028
diff changeset
93 rm -f liboctave_*.html
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
94 .PHONY: maintainer-clean
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
95
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
96 dist: all
2028
046d83c6f0af [project @ 1996-03-23 11:01:15 by jwe]
jwe
parents: 2021
diff changeset
97 ln $(DISTFILES) ../../`cat ../../.fname`/doc/liboctave
1999
c0ca86c53e67 [project @ 1996-03-03 17:32:52 by jwe]
jwe
parents:
diff changeset
98 .PHONY: dist
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
99
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
100 bin-dist:
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
101 if [ -n "$(BINDISTFILES)" ]; then \
3028
6d56646a2d1f [project @ 1997-06-05 06:34:21 by jwe]
jwe
parents: 2811
diff changeset
102 ln $(BINDISTFILES) ../../`cat ../../.fname`/doc/liboctave; \
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
103 fi
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2588
diff changeset
104 .PHONY: bin-dist