summaryrefslogtreecommitdiff
path: root/fpcdocs/Makefile.hev
blob: a357d1446a0a67847c7d085b8a28340d5ca2eeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Create HTML using hevea tex 2 html conversion
#

%.chk: %.tex fpc-hevea.tex
	cp -f preamble.hevea preamble.inc
	$(HEVEA) $(HEVEAOPTS) $<
	touch $(basename $<).chk
	mkdir $(basename $<)
	mv -f $(basename $<).html $(basename $<)/$(basename $<).html

user.chk: $(INCLUDES) user.tex messages.inc
prog.chk: $(INCLUDES) prog.tex
onechap.chk: $(INCLUDES) onechap.tex
ref.chk: $(INCLUDES) ref.tex
rtl.chk: $(INCLUDES) rtl.tex
fpdoc.chk: $(INCLUDES) fpdoc.tex