OSDN Git Service

Be sure to initialize the size before use.
[pf3gnuchains/gcc-fork.git] / texinfo / cygnus / Makefile.in
1 # Makefile for Cygnus overrides to Texinfo distribution. -*- Indented-Text -*-
2 # Copyright (C) 1993 Free Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18 #### Start of system configuration section. ####
19
20 srcdir = @srcdir@
21 VPATH  = @srcdir@
22
23 LN      = ln
24 RM      = rm -f
25
26 SHELL = /bin/sh
27
28 # We do not use texi2dvi because (a) we need no index, and
29 # (b) texi2dvi monkeys with TEXINPUTS 
30 TEX = tex
31
32 #### End of system configuration section. ####
33
34 all: dvi
35
36 sub-all:
37 check:
38 installcheck:
39 info:
40 install-info:
41
42 TAGS:
43
44 dvi: license.dvi lgpl.dvi
45
46 install:
47
48 uninstall:
49
50 Makefile: Makefile.in ../config.status
51         cd ..; $(SHELL) ./config.status
52
53 clean mostlyclean:
54         $(RM) license.?? license.??? liblic.?? liblic.??? lgpl.?? lgpl.???
55
56 distclean realclean: clean
57         $(RM) Makefile config.status fsf-texi.tex
58
59 license.dvi: texiplus.tex texinfo.tex $(srcdir)/../license.texi $(srcdir)/../gpl.texinfo fsf-texi.tex
60         TEXINPUTS=$(srcdir):.:$(srcdir)/.. $(TEX) $(srcdir)/../license.texi
61
62 lgpl.dvi: texiplus.tex texinfo.tex $(srcdir)/../liblic.texi $(srcdir)/../lgpl.texinfo fsf-texi.tex
63         TEXINPUTS=$(srcdir):.:$(srcdir)/.. $(TEX) $(srcdir)/../liblic.texi
64         mv liblic.dvi lgpl.dvi
65
66 fsf-texi.tex: $(srcdir)/../texinfo.tex
67         cp $(srcdir)/../texinfo.tex fsf-texi.tex
68
69 force: