mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make sure the icons/ directory is created even if only one document is
converted.
This commit is contained in:
parent
916f7c1e7c
commit
4d46487fe8
1 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue