Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916f7c1 commit 4d46487Copy full SHA for 4d46487
1 file changed
Doc/html/Makefile
@@ -11,22 +11,22 @@ all: icons l2h
11
12
l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut
13
14
-l2hapi:
+l2hapi: icons
15
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hapi
16
17
-l2hext:
+l2hext: icons
18
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hext
19
20
-l2hlib:
+l2hlib: icons
21
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hlib
22
23
-l2hmac:
+l2hmac: icons
24
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2hmac
25
26
-l2href:
+l2href: icons
27
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2href
28
29
-l2htut:
+l2htut: icons
30
$(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut
31
32
icons:
0 commit comments