-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Expand file tree
/
Copy pathMakefile
More file actions
41 lines (27 loc) · 823 Bytes
/
Makefile
File metadata and controls
41 lines (27 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Convenience Makefile for building HTML documentation. You probably need to
# set TEXINPUTS from the command line for this to be useful, unless you
# actually build the .dvi files in the top level directory.
#
# Note that the .dvi files must already be built and TEXINPUTS must include the
# directory where latex's working files (esp. *.aux) are kept.
TOPDIR=..
TEXINPUTS=$(TOPDIR):$(TOPDIR)/texinputs:
SUBMAKE=$(MAKE) srcdir=$(TOPDIR) VPATH=$(TOPDIR) TEXINPUTS=$(TEXINPUTS) \
-f ../Makefile
all: icons l2h
l2h: l2hapi l2hext l2hlib l2hmac l2href l2htut
l2hapi: icons
$(SUBMAKE) l2hapi
l2hext: icons
$(SUBMAKE) l2hext
l2hlib: icons
$(SUBMAKE) l2hlib
l2hmac: icons
$(SUBMAKE) l2hmac
l2href: icons
$(SUBMAKE) l2href
l2htut: icons
$(SUBMAKE) l2htut
icons:
mkdir icons
cp $(TOPDIR)/icons/*.gif icons/