Annotation of nono/po/Makefile, revision 1.1.1.4

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2020 nono project
                      4: # Licensed under nono-license.txt
                      5: #
                      6: 
                      7: .include "../Makefile.inc"
                      8: 
                      9: LANGUAGES=     \
                     10:        ja \
                     11: 
                     12: TARGETS=       ${LANGUAGES:S/$/\/nono.mo/}
                     13: 
                     14: .for m in ${TARGETS}
                     15: ${m}: ${m:.mo=.po}
                     16:        msgfmt $> -o $@
                     17: .endfor
                     18: 
                     19: CAT=   LC_MESSAGES
                     20: 
                     21: install:       ${TARGETS}
                     22: .for L in ${LANGUAGES}
1.1.1.3   root       23:        ${INSTALL} -d ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
1.1.1.4 ! root       24:        ${INSTALL_DATA} ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
1.1       root       25: .endfor
                     26: 
                     27: depend:
                     28: 
1.1.1.2   root       29: .PHONY: merge
                     30: merge:
                     31: .for L in ${LANGUAGES}
                     32:        msgmerge --update ${L}/nono.po nono.pot
                     33: .endfor
                     34: 
1.1       root       35: .include "../Makefile.rule"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.