diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-15 17:02:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-15 17:02:10 (GMT) |
commit | cdbd391415b16eb241314f957eb2fc332aacd234 (patch) | |
tree | 88f57bacb3e06ad15b2c29869ced259e73920326 /Doc/html | |
parent | 5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63 (diff) | |
download | cpython-cdbd391415b16eb241314f957eb2fc332aacd234.zip cpython-cdbd391415b16eb241314f957eb2fc332aacd234.tar.gz cpython-cdbd391415b16eb241314f957eb2fc332aacd234.tar.bz2 |
Add support for the Macintosh Library Modules document.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 3b0aa05..9418d40 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -9,7 +9,7 @@ TEXINPUTS=..:../texinputs all: icons l2h -l2h: l2hapi l2hext l2hlib l2href l2htut +l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut l2hapi: $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hapi @@ -20,6 +20,9 @@ l2hext: l2hlib: $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hlib +l2hmac: + $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hmac + l2href: $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href |