1 # $NetBSD: Makefile,v 1.23 2008/10/25 22:35:36 apb Exp $
5 SUBDIR
= makedoc .WAIT common .WAIT
info infokey install-info
makeinfo \
9 FILESDIR
= /usr
/share
/misc
10 FILES
= epsf.
tex texinfo.cat texinfo.dtd texinfo.
tex texinfo.xsl
11 VERSION
!= ${TOOL_SED} -n
"s/^\#define VERSION \"\(.*\)\"/\1/p" \
12 ${NETBSDSRCDIR}/gnu
/usr.bin
/texinfo
/common
/config.h
14 texinfo.cat
: texinfo-cat.in
15 ${TOOL_SED} 's/__VERSION__/${VERSION}/g' ${.ALLSRC
} >${.TARGET
}
19 CLEANFILES
+= texinfo.cat
23 .for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
24 nb.gmo nl.gmo no.gmo pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo zh_CN.gmo zh_TW.gmo
26 FILESDIR_
${F}= /usr
/share
/locale
/${F
:.gmo
=}/LC_MESSAGES
27 FILESNAME_
${F}= texinfo.mo
29 # XXX: Do we want to install the following files too?
30 #FILES+= txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex txi-it.tex \
31 # txi-nl.tex txi-no.tex txi-pt.tex txi-tr.tex
36 TEXINFO
= info-stnd.texi
info.texi texinfo.txi
38 DIST
= ${NETBSDSRCDIR}/gnu
/dist
39 IDIST
= ${DIST}/texinfo
40 INFOFLAGS
= -I
${IDIST}/doc
42 .PATH
: ${IDIST} ${IDIST}/doc
${IDIST}/po
${IDIST}/util
44 .
include <bsd.
info.mk
>
45 .
include <bsd.prog.mk
>
46 .
include <bsd.subdir.mk
>