From: Fred Drake Date: Tue, 11 Aug 1998 13:18:52 +0000 (+0000) Subject: Make sure the icons/ directory is created even if only one document is X-Git-Tag: v1.5.2a1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d46487fe8930004f3bf2521695fdaa715d5d65e;p=thirdparty%2FPython%2Fcpython.git Make sure the icons/ directory is created even if only one document is converted. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 58989bf5c8c2..39b4938118da 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: