summaryrefslogtreecommitdiffstats
path: root/packaging/adaptive-index-html/Makefile
blob: 32be9d79a80e8d7dfc445750f2165ea539cc87c3 (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 el it ja_JP pt_BR ru 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