blob: 59731541f2a0de0bfded3573dcc835b39630dc18 [file] [log] [blame]
Fred Drake60515f41998-05-07 14:50:22 +00001# Convenience Makefile for building HTML documentation. You probably need to
2# set TEXINPUTS from the command line for this to be useful, unless you
3# actually build the .dvi files in the top level directory.
4#
5# Note that the .dvi files must already be built and TEXINPUTS must include the
6# directory where latex's working files (esp. *.aux) are kept.
7
8TEXINPUTS=..:../texinputs
9
10all: icons l2h
11
12l2h: l2hapi l2hext l2hlib l2href l2htut
13
14l2hapi:
15 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hapi
16
17l2hext:
18 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hext
19
20l2hlib:
21 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hlib
22
23l2href:
24 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href
25
26l2htut:
27 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut
28
29tarhtml:
30 $(MAKE) srcdir=.. VPATH=.. -f ../Makefile tarhtml
31
32icons:
33 mkdir icons
34 cp ../icons/*.gif icons/