3 VERSION
=$(shell expr download
/latex2html-
*.
tar.gz
: 'download/latex2html-\(.*\).tar.gz')
6 all: l2h-install.tag
clean
9 wget
-P download http
://fresh.t-systems-sfr.com
/unix
/src
/www
/latex2html-2002-2-1.
tar.gz
12 l2h-unpack.tag
: l2h-download.tag
13 tar xzvf download
/latex2html-
$(VERSION
).
tar.gz
16 l2h-configure.tag
: l2h-unpack.tag
17 cd latex2html-
$(VERSION
) && \
18 .
/configure
--prefix=$(LOCAL_DIR
)
21 l2h-make.tag
: l2h-configure.tag
22 $(MAKE
) -C latex2html-
$(VERSION
)
25 l2h-install.tag
: l2h-make.tag
26 $(MAKE
) -C latex2html-
$(VERSION
) install
30 rm -rf latex2html-
$(VERSION
) download
/* *.tag