Annotation of nono/po/Makefile, revision 1.1

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}
        !            23:        mkdir -p ${LOCALEDIR}/${L}/${CAT}
        !            24:        ${INSTALL} -m 644 -o 0 -g 0 ${L}/nono.mo ${LOCALEDIR}/${L}/${CAT}
        !            25: .endfor
        !            26: 
        !            27: depend:
        !            28: 
        !            29: .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.