Home | History | Annotate | Line # | Download | only in ISO-8859
Makefile.inc revision 1.2
      1 # $NetBSD: Makefile.inc,v 1.2 2003/10/19 14:08:52 lukem Exp $
      2 
      3 .PATH: ${.CURDIR}/ISO-8859
      4 
      5 CODE:=		ISO-8859
      6 .include "${.CURDIR}/Makefile.part"
      7 
      8 .for i in ${ISO-8859_PART}
      9 ISO-8859-$i.src: ISO-8859.src
     10 	${_MKMSGCREATE}
     11 	${_MKCMD}\
     12 	sed 's/ISO-8859-x/ISO-8859-$i/' $> > $@
     13 CLEANFILES+= ISO-8859-$i.src
     14 .endfor
     15