]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make sure the icons/ directory is created even if only one document is
authorFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 13:18:52 +0000 (13:18 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 13:18:52 +0000 (13:18 +0000)
converted.

Doc/html/Makefile

index 58989bf5c8c255e1b6627cc7c995a2a313484eb3..39b4938118da46fac0fb19209016b6dee3bd3016 100644 (file)
@@ -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: