Changeset 398

Show
Ignore:
Timestamp:
08/22/06 21:33:14 (2 years ago)
Author:
nicfit
Message:

More po fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/po/Makefile.in

    r397 r398  
    5151        msgfmt -c $< 
    5252 
     53clean: 
     54        rm POTFILES.in 
     55        -rm *.mo 
     56maintainer-clean: 
     57        ${MAKE} distclean 
     58 
     59# These are the only targets called from the top-level Makefile 
    5360install: 
    5461        # Install language files 
    5562        for l in ${LANGS}; do\ 
    56       dir=${datadir}/locale/$${l}/LC_MESSAGES;\ 
    57       if test ! -d $${dir}; then\ 
    58         install -m 755 -d $${dir};\ 
    59       fi;\ 
    60       install -m 644 $${l}.mo $${dir}/${NAME}.mo;\ 
    61     done 
    62  
    63 clean: 
    64 distclean: clean 
     63            dir=${datadir}/locale/$${l}/LC_MESSAGES;\ 
     64            if test ! -d $${dir}; then\ 
     65                install -m 755 -d $${dir};\ 
     66            fi;\ 
     67            install -m 644 $${l}.mo $${dir}/${NAME}.mo;\ 
     68        done 
     69distclean: 
    6570        -rm Makefile 
    66 maintainer-clean: 
    67         ${MAKE} distclean 
    6871 
    6972.PHONY: check check-% clean distclean maintainer-clean 
  • trunk/po/es.po

    r397 r398  
    88"Project-Id-Version: 0.1.1\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2006-08-22 21:22-0600\n" 
     10"POT-Creation-Date: 2006-08-22 21:32-0600\n" 
    1111"PO-Revision-Date: 2006-04-15 17:38-0600\n" 
    1212"Last-Translator: Travis Shirk <travis@pobox.com>\n" 
  • trunk/po/mesk.pot

    r397 r398  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2006-08-22 21:22-0600\n" 
     11"POT-Creation-Date: 2006-08-22 21:32-0600\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"