summaryrefslogtreecommitdiffstats
path: root/packaging/adaptive-index-html/Makefile
blob: 382090ccd8db05fd9b75059fb3451d4af41747ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The values below will be overriden when this script is invoked from
# Makefile.common with the proper values.

PRI_LANG=en
OTHERS	=de ru it ja_JP pt_BR zh_CN

all::	index.html

index.html:: mkindex mkindex.awk mkindex.map index.html.in
	./mkindex -o $@ ${PRI_LANG} ${OTHERS}

clean::

distclean clobber:: clean
	${RM} index.html

view::	index.html
	htmlview index.html