Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d46487

Browse files
committed
Make sure the icons/ directory is created even if only one document is
converted.
1 parent 916f7c1 commit 4d46487

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/html/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ all: icons l2h
1111

1212
l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut
1313

14-
l2hapi:
14+
l2hapi: icons
1515
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hapi
1616

17-
l2hext:
17+
l2hext: icons
1818
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hext
1919

20-
l2hlib:
20+
l2hlib: icons
2121
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hlib
2222

23-
l2hmac:
23+
l2hmac: icons
2424
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hmac
2525

26-
l2href:
26+
l2href: icons
2727
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href
2828

29-
l2htut:
29+
l2htut: icons
3030
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut
3131

3232
icons:

0 commit comments

Comments
 (0)