cpython/Doc/html/Makefile

42 lines
823 B
Makefile
Raw Normal View History

# Convenience Makefile for building HTML documentation. You probably need to
# set TEXINPUTS from the command line for this to be useful, unless you
# actually build the .dvi files in the top level directory.
#
# Note that the .dvi files must already be built and TEXINPUTS must include the
# directory where latex's working files (esp. *.aux) are kept.
1998-08-11 16:36:35 -03:00
TOPDIR=..
TEXINPUTS=$(TOPDIR):$(TOPDIR)/texinputs:
SUBMAKE=$(MAKE) srcdir=$(TOPDIR) VPATH=$(TOPDIR) TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile
all: icons l2h
l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut
l2hapi: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2hapi
l2hext: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2hext
l2hlib: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2hlib
l2hmac: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2hmac
l2href: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2href
l2htut: icons
1998-08-11 16:36:35 -03:00
$(SUBMAKE) l2htut
icons:
mkdir icons
1998-08-11 16:36:35 -03:00
cp $(TOPDIR)/icons/*.gif icons/