diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-11 13:18:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-11 13:18:52 (GMT) |
commit | 4d46487fe8930004f3bf2521695fdaa715d5d65e (patch) | |
tree | 1ae511f0932df8c9df01c7ec965478ef91c45a04 /Doc | |
parent | 916f7c1e7c7c2683ffdedcad2a60f27e6669f5a5 (diff) | |
download | cpython-4d46487fe8930004f3bf2521695fdaa715d5d65e.zip cpython-4d46487fe8930004f3bf2521695fdaa715d5d65e.tar.gz cpython-4d46487fe8930004f3bf2521695fdaa715d5d65e.tar.bz2 |
Make sure the icons/ directory is created even if only one document is
converted.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/html/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 58989bf..39b4938 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -11,22 +11,22 @@ all: icons l2h l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut -l2hapi: +l2hapi: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hapi -l2hext: +l2hext: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hext -l2hlib: +l2hlib: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hlib -l2hmac: +l2hmac: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hmac -l2href: +l2href: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href -l2htut: +l2htut: icons $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut icons: |