blob: 9418d4060ed966978963b1c794e9306f74fcc1e3 [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
Fred Drakecdbd3911998-05-15 17:02:10 +000012l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut
Fred Drake60515f41998-05-07 14:50:22 +000013
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
Fred Drakecdbd3911998-05-15 17:02:10 +000023l2hmac:
24 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hmac
25
Fred Drake60515f41998-05-07 14:50:22 +000026l2href:
27 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href
28
29l2htut:
30 $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut
31
Fred Drake0a96cca1998-05-07 20:00:59 +000032webcheck:
33 $(MAKE) srcdir=.. VPATH=.. -f ../Makefile webcheck
34
Fred Drake60515f41998-05-07 14:50:22 +000035icons:
36 mkdir icons
37 cp ../icons/*.gif icons/