tools/llvm: Do not build with symbols
[minix3.git] / gnu / usr.bin / texinfo / Makefile
blob64b1d26be888bfc160b5e4bafda6d199528c552d
1 # $NetBSD: Makefile,v 1.23 2008/10/25 22:35:36 apb Exp $
3 .include <bsd.own.mk>
5 SUBDIR= makedoc .WAIT common .WAIT info infokey install-info makeinfo \
6 texi2dvi texindex
8 .if ${MKSHARE} != "no"
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}
17 realall: texinfo.cat
19 CLEANFILES+= texinfo.cat
20 .endif
22 .if ${MKNLS} != "no"
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
25 FILES+= ${F}
26 FILESDIR_${F}= /usr/share/locale/${F:.gmo=}/LC_MESSAGES
27 FILESNAME_${F}= texinfo.mo
28 .endfor
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
32 .endif
34 MAN= info.5 texinfo.5
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>