aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: b27cf48e0c166fb55402d491459573ccb96fdf67 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifneq (,$(wildcard ../.makevars))
 include ../.makevars
else
 $(error Required file ../.makevars does not exist)
endif

ltbug.html: ltbug.texi ltb1.texi ltb2.texi html.init
	makeinfo --html --no-headers --no-split --init-file=html.init ltbug.texi

publish: ltbug.html
	scp ltbug.html $(DISTLOC)/index.html

Return to:

Send suggestions and report system problems to the System administrator.