aboutsummaryrefslogtreecommitdiff
path: root/texinfo/cygnus/Makefile.in
blob: 178c463cc455a7974be20303efe0c187a7999c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Makefile for Cygnus overrides to Texinfo distribution. -*- Indented-Text -*-
# Copyright (C) 1993 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#### Start of system configuration section. ####

srcdir = @srcdir@
VPATH  = @srcdir@

LN	= ln
RM	= rm -f

SHELL = /bin/sh

# We do not use texi2dvi because (a) we need no index, and
# (b) texi2dvi monkeys with TEXINPUTS 
TEX = tex

#### End of system configuration section. ####

all: dvi

sub-all:
check:
installcheck:
info:
install-info:

TAGS:

dvi: license.dvi lgpl.dvi

install:

uninstall:

Makefile: Makefile.in ../config.status
	cd ..; $(SHELL) ./config.status

clean mostlyclean:
	$(RM) license.?? license.??? liblic.?? liblic.??? lgpl.?? lgpl.???

distclean realclean: clean
	$(RM) Makefile config.status fsf-texi.tex

license.dvi: texiplus.tex texinfo.tex $(srcdir)/../license.texi $(srcdir)/../gpl.texinfo fsf-texi.tex
	TEXINPUTS=$(srcdir):.:$(srcdir)/.. $(TEX) $(srcdir)/../license.texi

lgpl.dvi: texiplus.tex texinfo.tex $(srcdir)/../liblic.texi $(srcdir)/../lgpl.texinfo fsf-texi.tex
	TEXINPUTS=$(srcdir):.:$(srcdir)/.. $(TEX) $(srcdir)/../liblic.texi
	mv liblic.dvi lgpl.dvi

fsf-texi.tex: $(srcdir)/../texinfo.tex
	cp $(srcdir)/../texinfo.tex fsf-texi.tex

force: