# 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