Changeset 398
- Timestamp:
- 08/22/06 21:33:14 (2 years ago)
- Files:
-
- trunk/po/Makefile.in (modified) (1 diff)
- trunk/po/es.mo (modified) (previous)
- trunk/po/es.po (modified) (1 diff)
- trunk/po/mesk.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/po/Makefile.in
r397 r398 51 51 msgfmt -c $< 52 52 53 clean: 54 rm POTFILES.in 55 -rm *.mo 56 maintainer-clean: 57 ${MAKE} distclean 58 59 # These are the only targets called from the top-level Makefile 53 60 install: 54 61 # Install language files 55 62 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 69 distclean: 65 70 -rm Makefile 66 maintainer-clean:67 ${MAKE} distclean68 71 69 72 .PHONY: check check-% clean distclean maintainer-clean trunk/po/es.po
r397 r398 8 8 "Project-Id-Version: 0.1.1\n" 9 9 "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" 11 11 "PO-Revision-Date: 2006-04-15 17:38-0600\n" 12 12 "Last-Translator: Travis Shirk <travis@pobox.com>\n" trunk/po/mesk.pot
r397 r398 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "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" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
