Created
December 22, 2013 15:38
-
-
Save onyb/8084287 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making install in gnulib-local | |
make[1]: Entering directory `/sources/gettext-0.18.3/gnulib-local' | |
make[2]: Entering directory `/sources/gettext-0.18.3/gnulib-local' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gnulib-local' | |
make[1]: Leaving directory `/sources/gettext-0.18.3/gnulib-local' | |
Making install in gettext-runtime | |
make[1]: Entering directory `/sources/gettext-0.18.3/gettext-runtime' | |
Making install in doc | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/doc' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/doc' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/doc' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/doc' | |
Making install in intl | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/intl' | |
if { test "gettext-runtime" = "gettext-runtime" || test "gettext-runtime" = "gettext-tools"; } \ | |
&& test 'no' = yes; then \ | |
/bin/mkdir -p /usr/lib /usr/include; \ | |
/usr/bin/install -c -m 644 libintl.h /usr/include/libintl.h; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libintl.la /usr/lib/libintl.la; \ | |
if test "no" = yes; then \ | |
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ | |
if test -n "$dependencies"; then \ | |
rm -f /usr/lib/libintl.la; \ | |
fi; \ | |
fi; \ | |
else \ | |
: ; \ | |
fi | |
if test "gettext-runtime" = "gettext-tools" \ | |
&& test 'no' = no \ | |
&& test yes != no; then \ | |
/bin/mkdir -p /usr/lib; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libgnuintl.la /usr/lib/libgnuintl.la; \ | |
rm -f /usr/lib/preloadable_libintl.so; \ | |
/usr/bin/install -c -m 644 /usr/lib/libgnuintl.so /usr/lib/preloadable_libintl.so; \ | |
/bin/sh ../libtool --mode=uninstall \ | |
rm -f /usr/lib/libgnuintl.la; \ | |
else \ | |
: ; \ | |
fi | |
if test 'no' = yes; then \ | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac; \ | |
else \ | |
need_charset_alias=false; \ | |
fi; \ | |
if $need_charset_alias; then \ | |
/bin/mkdir -p /usr/lib; \ | |
fi; \ | |
temp=/usr/lib/t-charset.alias; \ | |
dest=/usr/lib/charset.alias; \ | |
if test -f /usr/lib/charset.alias; then \ | |
orig=/usr/lib/charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
if $need_charset_alias; then \ | |
orig=charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
fi; \ | |
fi; \ | |
/bin/mkdir -p /usr/share/locale; \ | |
test -f /usr/share/locale/locale.alias \ | |
&& orig=/usr/share/locale/locale.alias \ | |
|| orig=./locale.alias; \ | |
temp=/usr/share/locale/t-locale.alias; \ | |
dest=/usr/share/locale/locale.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
: ; \ | |
fi | |
if test "gettext-runtime" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/share/gettext/intl; \ | |
/usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \ | |
/usr/bin/install -c -m 644 ChangeLog.inst /usr/share/gettext/intl/ChangeLog; \ | |
dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \ | |
for file in $dists; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/share/gettext/intl/$file; \ | |
done; \ | |
chmod a+x /usr/share/gettext/intl/config.charset; \ | |
dists="plural.c"; \ | |
for file in $dists; do \ | |
if test -f $file; then dir=.; else dir=.; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file \ | |
/usr/share/gettext/intl/$file; \ | |
done; \ | |
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \ | |
for file in $dists; do \ | |
rm -f /usr/share/gettext/intl/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/intl' | |
Making install in intl-java | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/intl-java' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/intl-java' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/gettext | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3/javadoc2 | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3/javadoc2/gnu/gettext | |
/usr/bin/install -c -m 644 ./javadoc2/index.html /usr/share/doc/gettext-0.18.3/javadoc2/index.html | |
/usr/bin/install -c -m 644 ./javadoc2/allclasses-frame.html /usr/share/doc/gettext-0.18.3/javadoc2/allclasses-frame.html | |
/usr/bin/install -c -m 644 ./javadoc2/overview-tree.html /usr/share/doc/gettext-0.18.3/javadoc2/overview-tree.html | |
/usr/bin/install -c -m 644 ./javadoc2/deprecated-list.html /usr/share/doc/gettext-0.18.3/javadoc2/deprecated-list.html | |
/usr/bin/install -c -m 644 ./javadoc2/serialized-form.html /usr/share/doc/gettext-0.18.3/javadoc2/serialized-form.html | |
/usr/bin/install -c -m 644 ./javadoc2/index-all.html /usr/share/doc/gettext-0.18.3/javadoc2/index-all.html | |
/usr/bin/install -c -m 644 ./javadoc2/help-doc.html /usr/share/doc/gettext-0.18.3/javadoc2/help-doc.html | |
/usr/bin/install -c -m 644 ./javadoc2/packages.html /usr/share/doc/gettext-0.18.3/javadoc2/packages.html | |
/usr/bin/install -c -m 644 ./javadoc2/package-list /usr/share/doc/gettext-0.18.3/javadoc2/package-list | |
/usr/bin/install -c -m 644 ./javadoc2/stylesheet.css /usr/share/doc/gettext-0.18.3/javadoc2/stylesheet.css | |
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-summary.html /usr/share/doc/gettext-0.18.3/javadoc2/gnu/gettext/package-summary.html | |
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-tree.html /usr/share/doc/gettext-0.18.3/javadoc2/gnu/gettext/package-tree.html | |
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-frame.html /usr/share/doc/gettext-0.18.3/javadoc2/gnu/gettext/package-frame.html | |
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/GettextResource.html /usr/share/doc/gettext-0.18.3/javadoc2/gnu/gettext/GettextResource.html | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/intl-java' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/intl-java' | |
Making install in intl-csharp | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/intl-csharp' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/intl-csharp' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/lib | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3/csharpdoc | |
/usr/bin/install -c -m 644 ./csharpdoc/index.html /usr/share/doc/gettext-0.18.3/csharpdoc/index.html | |
/usr/bin/install -c -m 644 ./csharpdoc/namespaces.html /usr/share/doc/gettext-0.18.3/csharpdoc/namespaces.html | |
/usr/bin/install -c -m 644 ./csharpdoc/begin.html /usr/share/doc/gettext-0.18.3/csharpdoc/begin.html | |
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext.html /usr/share/doc/gettext-0.18.3/csharpdoc/GNU_Gettext.html | |
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext_GettextResourceManager.html /usr/share/doc/gettext-0.18.3/csharpdoc/GNU_Gettext_GettextResourceManager.html | |
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext_GettextResourceSet.html /usr/share/doc/gettext-0.18.3/csharpdoc/GNU_Gettext_GettextResourceSet.html | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/intl-csharp' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/intl-csharp' | |
Making install in gnulib-lib | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make install-recursive | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make[5]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
if $need_charset_alias; then \ | |
/bin/sh ../../build-aux/mkinstalldirs /usr/lib ; \ | |
fi ; \ | |
if test -f /usr/lib/charset.alias; then \ | |
sed -f ref-add.sed /usr/lib/charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
fi ; \ | |
fi | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/gnulib-lib' | |
Making install in libasprintf | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
make install-am | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
/bin/mkdir -p '/usr/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libasprintf.la '/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libasprintf.so.0.0.0 /usr/lib/libasprintf.so.0.0.0 | |
libtool: install: (cd /usr/lib && { ln -s -f libasprintf.so.0.0.0 libasprintf.so.0 || { rm -f libasprintf.so.0 && ln -s libasprintf.so.0.0.0 libasprintf.so.0; }; }) | |
libtool: install: (cd /usr/lib && { ln -s -f libasprintf.so.0.0.0 libasprintf.so || { rm -f libasprintf.so && ln -s libasprintf.so.0.0.0 libasprintf.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libasprintf.lai /usr/lib/libasprintf.la | |
libtool: install: /usr/bin/install -c .libs/libasprintf.a /usr/lib/libasprintf.a | |
libtool: install: chmod 644 /usr/lib/libasprintf.a | |
libtool: install: ranlib /usr/lib/libasprintf.a | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/mkdir -p '/usr/share/doc/gettext-0.18.3' | |
/usr/bin/install -c -m 644 autosprintf_all.html '/usr/share/doc/gettext-0.18.3' | |
/bin/mkdir -p '/usr/include' | |
/usr/bin/install -c -m 644 autosprintf.h '/usr/include' | |
/bin/mkdir -p '/usr/share/info' | |
/usr/bin/install -c -m 644 ./autosprintf.info '/usr/share/info' | |
install-info --info-dir='/usr/share/info' '/usr/share/info/autosprintf.info' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/libasprintf' | |
Making install in src | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/src' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/src' | |
/bin/mkdir -p '/usr/bin' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c gettext ngettext envsubst '/usr/bin' | |
libtool: install: /usr/bin/install -c gettext /usr/bin/gettext | |
libtool: install: /usr/bin/install -c ngettext /usr/bin/ngettext | |
libtool: install: /usr/bin/install -c envsubst /usr/bin/envsubst | |
/bin/mkdir -p '/usr/bin' | |
/usr/bin/install -c gettext.sh '/usr/bin' | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/src' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/src' | |
Making install in po | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/po' | |
installing be.gmo as /usr/share/locale/be/LC_MESSAGES/gettext-runtime.mo | |
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/gettext-runtime.mo | |
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/gettext-runtime.mo | |
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gettext-runtime.mo | |
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/gettext-runtime.mo | |
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gettext-runtime.mo | |
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/gettext-runtime.mo | |
installing [email protected] as /usr/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo | |
installing [email protected] as /usr/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo | |
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gettext-runtime.mo | |
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gettext-runtime.mo | |
installing et.gmo as /usr/share/locale/et/LC_MESSAGES/gettext-runtime.mo | |
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gettext-runtime.mo | |
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gettext-runtime.mo | |
installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/gettext-runtime.mo | |
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/gettext-runtime.mo | |
installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/gettext-runtime.mo | |
installing id.gmo as /usr/share/locale/id/LC_MESSAGES/gettext-runtime.mo | |
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gettext-runtime.mo | |
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gettext-runtime.mo | |
installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/gettext-runtime.mo | |
installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/gettext-runtime.mo | |
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gettext-runtime.mo | |
installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/gettext-runtime.mo | |
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gettext-runtime.mo | |
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/gettext-runtime.mo | |
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo | |
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/gettext-runtime.mo | |
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gettext-runtime.mo | |
installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/gettext-runtime.mo | |
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/gettext-runtime.mo | |
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/gettext-runtime.mo | |
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gettext-runtime.mo | |
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/gettext-runtime.mo | |
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gettext-runtime.mo | |
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gettext-runtime.mo | |
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo | |
installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo | |
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo | |
if test "gettext-runtime" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/po' | |
Making install in man | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/man' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/man' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3 | |
for file in gettext.1.html ngettext.1.html envsubst.1.html gettext.3.html ngettext.3.html textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html; do \ | |
if test -f $file; then dir=.; else dir=.; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file /usr/share/doc/gettext-0.18.3/$file; \ | |
done | |
/bin/mkdir -p '/usr/share/man/man1' | |
/bin/mkdir -p '/usr/share/man/man1' | |
/usr/bin/install -c -m 644 gettext.1 ngettext.1 envsubst.1 '/usr/share/man/man1' | |
/bin/mkdir -p '/usr/share/man/man3' | |
/usr/bin/install -c -m 644 gettext.3 ngettext.3 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3 dgettext.3 dcgettext.3 dngettext.3 dcngettext.3 '/usr/share/man/man3' | |
/bin/mkdir -p '/usr/share/man/man3' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/man' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/man' | |
Making install in m4 | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/m4' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/m4' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/m4' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/m4' | |
Making install in tests | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/tests' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime/tests' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/tests' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime/tests' | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-runtime' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-runtime' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/gettext' | |
/usr/bin/install -c -m 644 ABOUT-NLS '/usr/share/gettext' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime' | |
make[1]: Leaving directory `/sources/gettext-0.18.3/gettext-runtime' | |
Making install in gettext-tools | |
make[1]: Entering directory `/sources/gettext-0.18.3/gettext-tools' | |
Making install in doc | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/doc' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/doc' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3 | |
for file in `if test -f gettext_toc.html; then echo .; else echo .; fi`/gettext_*.html; do \ | |
/usr/bin/install -c -m 644 $file /usr/share/doc/gettext-0.18.3/`basename $file`; \ | |
done | |
/bin/mkdir -p '/usr/share/doc/gettext-0.18.3' | |
/usr/bin/install -c -m 644 FAQ.html tutorial.html '/usr/share/doc/gettext-0.18.3' | |
/bin/mkdir -p '/usr/share/info' | |
/usr/bin/install -c -m 644 ./gettext.info '/usr/share/info' | |
install-info --info-dir='/usr/share/info' '/usr/share/info/gettext.info' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/doc' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/doc' | |
Making install in intl | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/intl' | |
if { test "gettext-tools" = "gettext-runtime" || test "gettext-tools" = "gettext-tools"; } \ | |
&& test 'no' = yes; then \ | |
/bin/mkdir -p /usr/lib /usr/include; \ | |
/usr/bin/install -c -m 644 libintl.h /usr/include/libintl.h; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libintl.la /usr/lib/libintl.la; \ | |
if test "no" = yes; then \ | |
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ | |
if test -n "$dependencies"; then \ | |
rm -f /usr/lib/libintl.la; \ | |
fi; \ | |
fi; \ | |
else \ | |
: ; \ | |
fi | |
if test "gettext-tools" = "gettext-tools" \ | |
&& test 'no' = no \ | |
&& test yes != no; then \ | |
/bin/mkdir -p /usr/lib; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libgnuintl.la /usr/lib/libgnuintl.la; \ | |
rm -f /usr/lib/preloadable_libintl.so; \ | |
/usr/bin/install -c -m 644 /usr/lib/libgnuintl.so /usr/lib/preloadable_libintl.so; \ | |
/bin/sh ../libtool --mode=uninstall \ | |
rm -f /usr/lib/libgnuintl.la; \ | |
else \ | |
: ; \ | |
fi | |
libtool: install: /usr/bin/install -c -m 644 .libs/libgnuintl.so.8.1.2 /usr/lib/libgnuintl.so.8.1.2 | |
libtool: install: (cd /usr/lib && { ln -s -f libgnuintl.so.8.1.2 libgnuintl.so.8 || { rm -f libgnuintl.so.8 && ln -s libgnuintl.so.8.1.2 libgnuintl.so.8; }; }) | |
libtool: install: (cd /usr/lib && { ln -s -f libgnuintl.so.8.1.2 libgnuintl.so || { rm -f libgnuintl.so && ln -s libgnuintl.so.8.1.2 libgnuintl.so; }; }) | |
libtool: install: /usr/bin/install -c -m 644 .libs/libgnuintl.lai /usr/lib/libgnuintl.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libgnuintl.a /usr/lib/libgnuintl.a | |
libtool: install: chmod 644 /usr/lib/libgnuintl.a | |
libtool: install: ranlib /usr/lib/libgnuintl.a | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
libtool: uninstall: rm -f /usr/lib/libgnuintl.la /usr/lib/libgnuintl.so.8.1.2 /usr/lib/libgnuintl.so.8 /usr/lib/libgnuintl.so /usr/lib/libgnuintl.a | |
if test 'no' = yes; then \ | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac; \ | |
else \ | |
need_charset_alias=false; \ | |
fi; \ | |
if $need_charset_alias; then \ | |
/bin/mkdir -p /usr/lib; \ | |
fi; \ | |
temp=/usr/lib/t-charset.alias; \ | |
dest=/usr/lib/charset.alias; \ | |
if test -f /usr/lib/charset.alias; then \ | |
orig=/usr/lib/charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
if $need_charset_alias; then \ | |
orig=charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
fi; \ | |
fi; \ | |
/bin/mkdir -p /usr/share/locale; \ | |
test -f /usr/share/locale/locale.alias \ | |
&& orig=/usr/share/locale/locale.alias \ | |
|| orig=../../gettext-runtime/intl/locale.alias; \ | |
temp=/usr/share/locale/t-locale.alias; \ | |
dest=/usr/share/locale/locale.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
: ; \ | |
fi | |
if test "gettext-tools" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/share/gettext/intl; \ | |
/usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \ | |
/usr/bin/install -c -m 644 ChangeLog.inst /usr/share/gettext/intl/ChangeLog; \ | |
dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \ | |
for file in $dists; do \ | |
/usr/bin/install -c -m 644 ../../gettext-runtime/intl/$file \ | |
/usr/share/gettext/intl/$file; \ | |
done; \ | |
chmod a+x /usr/share/gettext/intl/config.charset; \ | |
dists="plural.c"; \ | |
for file in $dists; do \ | |
if test -f $file; then dir=.; else dir=../../gettext-runtime/intl; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file \ | |
/usr/share/gettext/intl/$file; \ | |
done; \ | |
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \ | |
for file in $dists; do \ | |
rm -f /usr/share/gettext/intl/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/intl' | |
Making install in gnulib-lib | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
make install-am | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
/bin/mkdir -p '/usr/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextlib.la '/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libgettextlib-0.18.3.so /usr/lib/libgettextlib-0.18.3.so | |
libtool: install: (cd /usr/lib && { ln -s -f libgettextlib-0.18.3.so libgettextlib.so || { rm -f libgettextlib.so && ln -s libgettextlib-0.18.3.so libgettextlib.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgettextlib.lai /usr/lib/libgettextlib.la | |
libtool: install: /usr/bin/install -c .libs/libgettextlib.a /usr/lib/libgettextlib.a | |
libtool: install: chmod 644 /usr/lib/libgettextlib.a | |
libtool: install: ranlib /usr/lib/libgettextlib.a | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
case "linux-gnu" in \ | |
aix*) ;; \ | |
*) rm -f /usr/lib/libgettextlib.a ;; \ | |
esac | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
if $need_charset_alias; then \ | |
/bin/sh ../../build-aux/mkinstalldirs /usr/lib ; \ | |
fi ; \ | |
if test -f /usr/lib/charset.alias; then \ | |
sed -f ref-add.sed /usr/lib/charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
fi ; \ | |
fi | |
/bin/mkdir -p '/usr/share/gettext' | |
/usr/bin/install -c -m 644 gettext.h '/usr/share/gettext' | |
/bin/mkdir -p '/usr/share/gettext' | |
/usr/bin/install -c -m 644 javaversion.class '/usr/share/gettext' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-lib' | |
Making install in libgrep | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
make install-am | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgrep' | |
Making install in src | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/src' | |
make install-am | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/src' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/src' | |
/bin/mkdir -p '/usr/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextsrc.la '/usr/lib' | |
libtool: install: (cd /sources/gettext-0.18.3/gettext-tools/src; /bin/sh /sources/gettext-0.18.3/gettext-tools/libtool --tag CC --mode=relink gcc -std=gnu99 -g -O2 -release 0.18.3 ../gnulib-lib/libgettextlib.la -lc -no-undefined -o libgettextsrc.la -rpath /usr/lib libgettextsrc_la-message.lo libgettextsrc_la-po-error.lo libgettextsrc_la-po-xerror.lo libgettextsrc_la-read-catalog-abstract.lo libgettextsrc_la-po-lex.lo libgettextsrc_la-po-gram-gen.lo libgettextsrc_la-po-charset.lo libgettextsrc_la-read-po.lo libgettextsrc_la-read-properties.lo libgettextsrc_la-read-stringtable.lo libgettextsrc_la-open-catalog.lo libgettextsrc_la-dir-list.lo libgettextsrc_la-str-list.lo libgettextsrc_la-read-catalog.lo libgettextsrc_la-color.lo libgettextsrc_la-write-catalog.lo libgettextsrc_la-write-properties.lo libgettextsrc_la-write-stringtable.lo libgettextsrc_la-write-po.lo libgettextsrc_la-msgl-ascii.lo libgettextsrc_la-msgl-iconv.lo libgettextsrc_la-msgl-equal.lo libgettextsrc_la-msgl-cat.lo libgettextsrc_la-msgl-header.lo libgettextsrc_la-msgl-english.lo libgettextsrc_la-msgl-check.lo libgettextsrc_la-file-list.lo libgettextsrc_la-msgl-charset.lo libgettextsrc_la-po-time.lo libgettextsrc_la-plural-exp.lo libgettextsrc_la-plural-eval.lo libgettextsrc_la-plural-table.lo libgettextsrc_la-format.lo libgettextsrc_la-format-c.lo libgettextsrc_la-format-sh.lo libgettextsrc_la-format-python.lo libgettextsrc_la-format-python-brace.lo libgettextsrc_la-format-lisp.lo libgettextsrc_la-format-elisp.lo libgettextsrc_la-format-librep.lo libgettextsrc_la-format-scheme.lo libgettextsrc_la-format-java.lo libgettextsrc_la-format-csharp.lo libgettextsrc_la-format-awk.lo libgettextsrc_la-format-pascal.lo libgettextsrc_la-format-ycp.lo libgettextsrc_la-format-tcl.lo libgettextsrc_la-format-perl.lo libgettextsrc_la-format-perl-brace.lo libgettextsrc_la-format-php.lo libgettextsrc_la-format-gcc-internal.lo libgettextsrc_la-format-gfc-internal.lo libgettextsrc_la-format-qt.lo libgettextsrc_la-format-qt-plural.lo libgettextsrc_la-format-kde.lo libgettextsrc_la-format-boost.lo libgettextsrc_la-format-lua.lo libgettextsrc_la-format-javascript.lo ) | |
libtool: relink: gcc -std=gnu99 -shared -fPIC -DPIC .libs/libgettextsrc_la-message.o .libs/libgettextsrc_la-po-error.o .libs/libgettextsrc_la-po-xerror.o .libs/libgettextsrc_la-read-catalog-abstract.o .libs/libgettextsrc_la-po-lex.o .libs/libgettextsrc_la-po-gram-gen.o .libs/libgettextsrc_la-po-charset.o .libs/libgettextsrc_la-read-po.o .libs/libgettextsrc_la-read-properties.o .libs/libgettextsrc_la-read-stringtable.o .libs/libgettextsrc_la-open-catalog.o .libs/libgettextsrc_la-dir-list.o .libs/libgettextsrc_la-str-list.o .libs/libgettextsrc_la-read-catalog.o .libs/libgettextsrc_la-color.o .libs/libgettextsrc_la-write-catalog.o .libs/libgettextsrc_la-write-properties.o .libs/libgettextsrc_la-write-stringtable.o .libs/libgettextsrc_la-write-po.o .libs/libgettextsrc_la-msgl-ascii.o .libs/libgettextsrc_la-msgl-iconv.o .libs/libgettextsrc_la-msgl-equal.o .libs/libgettextsrc_la-msgl-cat.o .libs/libgettextsrc_la-msgl-header.o .libs/libgettextsrc_la-msgl-english.o .libs/libgettextsrc_la-msgl-check.o .libs/libgettextsrc_la-file-list.o .libs/libgettextsrc_la-msgl-charset.o .libs/libgettextsrc_la-po-time.o .libs/libgettextsrc_la-plural-exp.o .libs/libgettextsrc_la-plural-eval.o .libs/libgettextsrc_la-plural-table.o .libs/libgettextsrc_la-format.o .libs/libgettextsrc_la-format-c.o .libs/libgettextsrc_la-format-sh.o .libs/libgettextsrc_la-format-python.o .libs/libgettextsrc_la-format-python-brace.o .libs/libgettextsrc_la-format-lisp.o .libs/libgettextsrc_la-format-elisp.o .libs/libgettextsrc_la-format-librep.o .libs/libgettextsrc_la-format-scheme.o .libs/libgettextsrc_la-format-java.o .libs/libgettextsrc_la-format-csharp.o .libs/libgettextsrc_la-format-awk.o .libs/libgettextsrc_la-format-pascal.o .libs/libgettextsrc_la-format-ycp.o .libs/libgettextsrc_la-format-tcl.o .libs/libgettextsrc_la-format-perl.o .libs/libgettextsrc_la-format-perl-brace.o .libs/libgettextsrc_la-format-php.o .libs/libgettextsrc_la-format-gcc-internal.o .libs/libgettextsrc_la-format-gfc-internal.o .libs/libgettextsrc_la-format-qt.o .libs/libgettextsrc_la-format-qt-plural.o .libs/libgettextsrc_la-format-kde.o .libs/libgettextsrc_la-format-boost.o .libs/libgettextsrc_la-format-lua.o .libs/libgettextsrc_la-format-javascript.o -L/usr/lib -lgettextlib -lncurses -lc -O2 -fopenmp -Wl,-soname -Wl,libgettextsrc-0.18.3.so -o .libs/libgettextsrc-0.18.3.so | |
libtool: install: /usr/bin/install -c .libs/libgettextsrc-0.18.3.soT /usr/lib/libgettextsrc-0.18.3.so | |
libtool: install: (cd /usr/lib && { ln -s -f libgettextsrc-0.18.3.so libgettextsrc.so || { rm -f libgettextsrc.so && ln -s libgettextsrc-0.18.3.so libgettextsrc.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgettextsrc.lai /usr/lib/libgettextsrc.la | |
libtool: install: /usr/bin/install -c .libs/libgettextsrc.a /usr/lib/libgettextsrc.a | |
libtool: install: chmod 644 /usr/lib/libgettextsrc.a | |
libtool: install: ranlib /usr/lib/libgettextsrc.a | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/mkdir -p '/usr/bin' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c msgcmp msgfmt msgmerge msgunfmt xgettext msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq recode-sr-latin '/usr/bin' | |
libtool: install: /usr/bin/install -c .libs/msgcmp /usr/bin/msgcmp | |
libtool: install: /usr/bin/install -c .libs/msgfmt /usr/bin/msgfmt | |
libtool: install: /usr/bin/install -c .libs/msgmerge /usr/bin/msgmerge | |
libtool: install: /usr/bin/install -c .libs/msgunfmt /usr/bin/msgunfmt | |
libtool: install: /usr/bin/install -c .libs/xgettext /usr/bin/xgettext | |
libtool: install: /usr/bin/install -c .libs/msgattrib /usr/bin/msgattrib | |
libtool: install: /usr/bin/install -c .libs/msgcat /usr/bin/msgcat | |
libtool: install: /usr/bin/install -c .libs/msgcomm /usr/bin/msgcomm | |
libtool: install: /usr/bin/install -c .libs/msgconv /usr/bin/msgconv | |
libtool: install: /usr/bin/install -c .libs/msgen /usr/bin/msgen | |
libtool: install: /usr/bin/install -c .libs/msgexec /usr/bin/msgexec | |
libtool: install: /usr/bin/install -c .libs/msgfilter /usr/bin/msgfilter | |
libtool: install: /usr/bin/install -c .libs/msggrep /usr/bin/msggrep | |
libtool: install: /usr/bin/install -c .libs/msginit /usr/bin/msginit | |
libtool: install: /usr/bin/install -c .libs/msguniq /usr/bin/msguniq | |
libtool: install: /usr/bin/install -c .libs/recode-sr-latin /usr/bin/recode-sr-latin | |
case "linux-gnu" in \ | |
aix*) ;; \ | |
*) rm -f /usr/lib/libgettextsrc.a ;; \ | |
esac | |
/bin/mkdir -p /usr/lib/gettext | |
/bin/mkdir -p /usr/lib/gettext | |
/bin/sh ../libtool --mode=install /usr/bin/install -c hostname /usr/lib/gettext/hostname | |
libtool: install: /usr/bin/install -c .libs/hostname /usr/lib/gettext/hostname | |
/bin/sh ../libtool --mode=install /usr/bin/install -c urlget /usr/lib/gettext/urlget | |
libtool: install: /usr/bin/install -c .libs/urlget /usr/lib/gettext/urlget | |
/usr/bin/install -c user-email /usr/lib/gettext/user-email | |
/usr/bin/install -c ./project-id /usr/lib/gettext/project-id | |
/bin/mkdir -p /usr/share/gettext | |
/usr/bin/install -c -m 644 ./msgunfmt.tcl /usr/share/gettext/msgunfmt.tcl | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/src' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/src' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/src' | |
Making install in libgettextpo | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
make install-am | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
if $need_charset_alias; then \ | |
/bin/sh ../../build-aux/mkinstalldirs /usr/lib ; \ | |
fi ; \ | |
if test -f /usr/lib/charset.alias; then \ | |
sed -f ref-add.sed /usr/lib/charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \ | |
rm -f /usr/lib/charset.tmp ; \ | |
fi ; \ | |
fi | |
/bin/mkdir -p '/usr/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextpo.la '/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libgettextpo.so.0.5.2 /usr/lib/libgettextpo.so.0.5.2 | |
libtool: install: (cd /usr/lib && { ln -s -f libgettextpo.so.0.5.2 libgettextpo.so.0 || { rm -f libgettextpo.so.0 && ln -s libgettextpo.so.0.5.2 libgettextpo.so.0; }; }) | |
libtool: install: (cd /usr/lib && { ln -s -f libgettextpo.so.0.5.2 libgettextpo.so || { rm -f libgettextpo.so && ln -s libgettextpo.so.0.5.2 libgettextpo.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgettextpo.lai /usr/lib/libgettextpo.la | |
libtool: install: /usr/bin/install -c .libs/libgettextpo.a /usr/lib/libgettextpo.a | |
libtool: install: chmod 644 /usr/lib/libgettextpo.a | |
libtool: install: ranlib /usr/lib/libgettextpo.a | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/mkdir -p '/usr/include' | |
/usr/bin/install -c -m 644 gettext-po.h '/usr/include' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/libgettextpo' | |
Making install in po | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/po' | |
installing be.gmo as /usr/share/locale/be/LC_MESSAGES/gettext-tools.mo | |
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/gettext-tools.mo | |
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/gettext-tools.mo | |
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gettext-tools.mo | |
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/gettext-tools.mo | |
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gettext-tools.mo | |
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/gettext-tools.mo | |
installing [email protected] as /usr/share/locale/en@quot/LC_MESSAGES/gettext-tools.mo | |
installing [email protected] as /usr/share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo | |
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gettext-tools.mo | |
installing et.gmo as /usr/share/locale/et/LC_MESSAGES/gettext-tools.mo | |
installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/gettext-tools.mo | |
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gettext-tools.mo | |
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gettext-tools.mo | |
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/gettext-tools.mo | |
installing id.gmo as /usr/share/locale/id/LC_MESSAGES/gettext-tools.mo | |
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gettext-tools.mo | |
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gettext-tools.mo | |
installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/gettext-tools.mo | |
installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/gettext-tools.mo | |
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gettext-tools.mo | |
installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/gettext-tools.mo | |
installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/gettext-tools.mo | |
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo | |
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/gettext-tools.mo | |
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo | |
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/gettext-tools.mo | |
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gettext-tools.mo | |
installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/gettext-tools.mo | |
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/gettext-tools.mo | |
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/gettext-tools.mo | |
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gettext-tools.mo | |
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/gettext-tools.mo | |
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gettext-tools.mo | |
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gettext-tools.mo | |
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo | |
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo | |
if test "gettext-tools" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/po' | |
Making install in projects | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/projects' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/projects' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/gettext/projects | |
/bin/mkdir -p /usr/share/gettext/projects/TP | |
/bin/mkdir -p /usr/share/gettext/projects/KDE | |
/bin/mkdir -p /usr/share/gettext/projects/GNOME | |
/usr/bin/install -c ./team-address /usr/share/gettext/projects/team-address | |
/usr/bin/install -c ./TP/trigger /usr/share/gettext/projects/TP/trigger | |
/usr/bin/install -c ./TP/team-address /usr/share/gettext/projects/TP/team-address | |
/usr/bin/install -c ./KDE/trigger /usr/share/gettext/projects/KDE/trigger | |
/usr/bin/install -c ./KDE/team-address /usr/share/gettext/projects/KDE/team-address | |
/usr/bin/install -c ./GNOME/trigger /usr/share/gettext/projects/GNOME/trigger | |
/usr/bin/install -c ./GNOME/team-address /usr/share/gettext/projects/GNOME/team-address | |
/usr/bin/install -c -m 644 ./index /usr/share/gettext/projects/index | |
/usr/bin/install -c -m 644 ./TP/teams.url /usr/share/gettext/projects/TP/teams.url | |
/usr/bin/install -c -m 644 ./TP/teams.html /usr/share/gettext/projects/TP/teams.html | |
/usr/bin/install -c -m 644 ./KDE/teams.url /usr/share/gettext/projects/KDE/teams.url | |
/usr/bin/install -c -m 644 ./KDE/teams.html /usr/share/gettext/projects/KDE/teams.html | |
/usr/bin/install -c -m 644 ./GNOME/teams.url /usr/share/gettext/projects/GNOME/teams.url | |
/usr/bin/install -c -m 644 ./GNOME/teams.html /usr/share/gettext/projects/GNOME/teams.html | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/projects' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/projects' | |
Making install in styles | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/styles' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/styles' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/gettext/styles' | |
/usr/bin/install -c -m 644 po-default.css po-vim.css po-emacs-x.css po-emacs-xterm256.css po-emacs-xterm16.css po-emacs-xterm.css '/usr/share/gettext/styles' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/styles' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/styles' | |
Making install in misc | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/misc' | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case start-po.elc in */*) \ | |
am__dir=`echo 'start-po.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"start-po.elc\")" \ | |
--eval "(unless (byte-compile-file \"start-po.el\") (kill-emacs 1))"; \ | |
else :; fi | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case po-mode.elc in */*) \ | |
am__dir=`echo 'po-mode.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"po-mode.elc\")" \ | |
--eval "(unless (byte-compile-file \"po-mode.el\") (kill-emacs 1))"; \ | |
else :; fi | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case po-compat.elc in */*) \ | |
am__dir=`echo 'po-compat.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"po-compat.elc\")" \ | |
--eval "(unless (byte-compile-file \"po-compat.el\") (kill-emacs 1))"; \ | |
else :; fi | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/misc' | |
/bin/mkdir -p '/usr/bin' | |
/usr/bin/install -c gettextize autopoint '/usr/bin' | |
/bin/mkdir -p '/usr/share/gettext' | |
/usr/bin/install -c -m 644 archive.dir.tar.xz '/usr/share/gettext' | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case start-po.elc in */*) \ | |
am__dir=`echo 'start-po.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"start-po.elc\")" \ | |
--eval "(unless (byte-compile-file \"start-po.el\") (kill-emacs 1))"; \ | |
else :; fi | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case po-mode.elc in */*) \ | |
am__dir=`echo 'po-mode.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"po-mode.elc\")" \ | |
--eval "(unless (byte-compile-file \"po-mode.el\") (kill-emacs 1))"; \ | |
else :; fi | |
if test "no" != "no"; then \ | |
am__dir=. am__subdir_includes=''; \ | |
case po-compat.elc in */*) \ | |
am__dir=`echo 'po-compat.elc' | sed 's,/[^/]*$,,'`; \ | |
am__subdir_includes="-L $am__dir -L ./$am__dir"; \ | |
esac; \ | |
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \ | |
no --batch \ | |
\ | |
$am__subdir_includes -L . -L . \ | |
--eval "(defun byte-compile-dest-file (f) \"po-compat.elc\")" \ | |
--eval "(unless (byte-compile-file \"po-compat.el\") (kill-emacs 1))"; \ | |
else :; fi | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/misc' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/misc' | |
Making install in man | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/man' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/man' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3 | |
for file in msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html xgettext.1.html msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html recode-sr-latin.1.html gettextize.1.html autopoint.1.html; do \ | |
if test -f $file; then dir=.; else dir=.; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file /usr/share/doc/gettext-0.18.3/$file; \ | |
done | |
/bin/mkdir -p '/usr/share/man/man1' | |
/usr/bin/install -c -m 644 msgcmp.1 msgfmt.1 msgmerge.1 msgunfmt.1 xgettext.1 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1 recode-sr-latin.1 gettextize.1 autopoint.1 '/usr/share/man/man1' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/man' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/man' | |
Making install in m4 | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/m4' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/m4' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/aclocal' | |
/usr/bin/install -c -m 644 ../../gettext-runtime/gnulib-m4/lib-ld.m4 ../../gettext-runtime/gnulib-m4/lib-link.m4 ../../gettext-runtime/gnulib-m4/lib-prefix.m4 ../../gettext-runtime/m4/codeset.m4 ../../gettext-runtime/m4/fcntl-o.m4 ../../gettext-runtime/m4/gettext.m4 ../../gettext-runtime/m4/glibc2.m4 ../../gettext-runtime/m4/glibc21.m4 ../../gettext-runtime/m4/iconv.m4 ../../gettext-runtime/m4/intdiv0.m4 ../../gettext-runtime/m4/intl.m4 ../../gettext-runtime/m4/intldir.m4 ../../gettext-runtime/m4/intlmacosx.m4 ../../gettext-runtime/m4/intmax.m4 ../../gettext-runtime/m4/inttypes_h.m4 ../../gettext-runtime/m4/inttypes-pri.m4 ../../gettext-runtime/m4/lcmessage.m4 ../../gettext-runtime/m4/lock.m4 ../../gettext-runtime/m4/longlong.m4 ../../gettext-runtime/m4/nls.m4 ../../gettext-runtime/m4/po.m4 ../../gettext-runtime/m4/printf-posix.m4 ../../gettext-runtime/m4/progtest.m4 ../../gettext-runtime/m4/size_max.m4 ../../gettext-runtime/m4/stdint_h.m4 ../../gettext-runtime/m4/threadlib.m4 ../../gettext-runtime/m4/uintmax_t.m4 ../../gettext-runtime/m4/visibility.m4 ../../gettext-runtime/m4/wchar_t.m4 ../../gettext-runtime/m4/wint_t.m4 ../../gettext-runtime/m4/xsize.m4 '/usr/share/aclocal' | |
/bin/mkdir -p '/usr/share/doc/gettext-0.18.3/examples/build-aux' | |
/usr/bin/install -c -m 644 ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe '/usr/share/doc/gettext-0.18.3/examples/build-aux' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/m4' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/m4' | |
Making install in tests | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/tests' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/tests' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/tests' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/tests' | |
Making install in gnulib-tests | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make install-recursive | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
Making install in . | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make[5]: Entering directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/gnulib-tests' | |
Making install in examples | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
Making install in po | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/examples/po' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/examples/po' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/examples/po' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/examples/po' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
make[4]: Entering directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
make[4]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p /usr/share/doc/gettext-0.18.3/examples | |
for f in hello-c/INSTALL hello-c/autogen.sh hello-c/autoclean.sh hello-c/hello.c hello-c/Makefile.am hello-c/configure.ac hello-c/m4/Makefile.am hello-c/po/Makevars hello-c/po/POTFILES.in hello-c-gnome/INSTALL hello-c-gnome/autogen.sh hello-c-gnome/autoclean.sh hello-c-gnome/hello.c hello-c-gnome/Makefile.am hello-c-gnome/configure.ac hello-c-gnome/m4/Makefile.am hello-c-gnome/m4/gnome.m4 hello-c-gnome/m4/gnome-gnorba-check.m4 hello-c-gnome/m4/gnome-orbit-check.m4 hello-c-gnome/po/Makevars hello-c-gnome/po/POTFILES.in hello-c++/INSTALL hello-c++/autogen.sh hello-c++/autoclean.sh hello-c++/hello.cc hello-c++/Makefile.am hello-c++/configure.ac hello-c++/m4/Makefile.am hello-c++/po/Makevars hello-c++/po/POTFILES.in hello-c++-qt/INSTALL hello-c++-qt/BUGS hello-c++-qt/autogen.sh hello-c++-qt/autoclean.sh hello-c++-qt/hello.cc hello-c++-qt/Makefile.am hello-c++-qt/configure.ac hello-c++-qt/m4/Makefile.am hello-c++-qt/m4/qt.m4 hello-c++-qt/po/Makefile.am hello-c++-kde/INSTALL hello-c++-kde/BUGS hello-c++-kde/autogen.sh hello-c++-kde/autoclean.sh hello-c++-kde/hello.cc hello-c++-kde/hellowindow.h hello-c++-kde/hellowindow.cc hello-c++-kde/Makefile.am hello-c++-kde/configure.in.in hello-c++-kde/m4/Makefile.am hello-c++-kde/admin/acinclude.m4.in hello-c++-kde/admin/am_edit hello-c++-kde/admin/ChangeLog hello-c++-kde/admin/compile hello-c++-kde/admin/conf.change.pl hello-c++-kde/admin/config.guess hello-c++-kde/admin/config.pl hello-c++-kde/admin/config.sub hello-c++-kde/admin/configure.in.bot.end hello-c++-kde/admin/configure.in.min hello-c++-kde/admin/cvs-clean.pl hello-c++-kde/admin/cvs.sh hello-c++-kde/admin/debianrules hello-c++-kde/admin/depcomp hello-c++-kde/admin/detect-autoconf.sh hello-c++-kde/admin/Doxyfile.am hello-c++-kde/admin/Doxyfile.global hello-c++-kde/admin/install-sh hello-c++-kde/admin/libtool.m4.in hello-c++-kde/admin/ltmain.sh hello-c++-kde/admin/Makefile.common hello-c++-kde/admin/missing hello-c++-kde/admin/mkinstalldirs hello-c++-kde/admin/ylwrap hello-c++-kde/po/Makevars hello-c++-kde/po/POTFILES.in hello-c++-gnome/INSTALL hello-c++-gnome/autogen.sh hello-c++-gnome/autoclean.sh hello-c++-gnome/hello.cc hello-c++-gnome/Makefile.am hello-c++-gnome/configure.ac hello-c++-gnome/m4/Makefile.am hello-c++-gnome/m4/gnome.m4 hello-c++-gnome/m4/gnome-gnorba-check.m4 hello-c++-gnome/m4/gnome-orbit-check.m4 hello-c++-gnome/m4/gtk.m4 hello-c++-gnome/m4/gtk--.m4 hello-c++-gnome/po/Makevars hello-c++-gnome/po/POTFILES.in hello-c++-wxwidgets/INSTALL hello-c++-wxwidgets/autogen.sh hello-c++-wxwidgets/autoclean.sh hello-c++-wxwidgets/hello.cc hello-c++-wxwidgets/Makefile.am hello-c++-wxwidgets/configure.ac hello-c++-wxwidgets/m4/Makefile.am hello-c++-wxwidgets/m4/wxwidgets.m4 hello-c++-wxwidgets/po/Makefile.am hello-objc/INSTALL hello-objc/autogen.sh hello-objc/autoclean.sh hello-objc/hello.m hello-objc/Makefile.am hello-objc/configure.ac hello-objc/m4/Makefile.am hello-objc/po/Makevars hello-objc/po/POTFILES.in hello-objc-gnustep/INSTALL hello-objc-gnustep/BUGS hello-objc-gnustep/autogen.sh hello-objc-gnustep/autoclean.sh hello-objc-gnustep/main.m hello-objc-gnustep/AppController.h hello-objc-gnustep/AppController.m hello-objc-gnustep/Hello.h hello-objc-gnustep/Hello.m hello-objc-gnustep/GNUmakefile hello-objc-gnustep/po/GNUmakefile hello-objc-gnustep/po/LocaleAliases hello-objc-gnome/INSTALL hello-objc-gnome/autogen.sh hello-objc-gnome/autoclean.sh hello-objc-gnome/hello.m hello-objc-gnome/Makefile.am hello-objc-gnome/configure.ac hello-objc-gnome/m4/Makefile.am hello-objc-gnome/m4/gnome.m4 hello-objc-gnome/m4/gnome-gnorba-check.m4 hello-objc-gnome/m4/gnome-orbit-check.m4 hello-objc-gnome/po/Makevars hello-objc-gnome/po/POTFILES.in hello-sh/INSTALL hello-sh/autogen.sh hello-sh/autoclean.sh hello-sh/hello.sh hello-sh/Makefile.am hello-sh/configure.ac hello-sh/m4/Makefile.am hello-sh/po/Makefile.am hello-python/INSTALL hello-python/autogen.sh hello-python/autoclean.sh hello-python/hello.py.in hello-python/Makefile.am hello-python/configure.ac hello-python/m4/Makefile.am hello-python/po/Makefile.am hello-clisp/INSTALL hello-clisp/autogen.sh hello-clisp/autoclean.sh hello-clisp/hello.lisp.in hello-clisp/Makefile.am hello-clisp/configure.ac hello-clisp/m4/Makefile.am hello-clisp/po/Makefile.am hello-librep/INSTALL hello-librep/autogen.sh hello-librep/autoclean.sh hello-librep/hello.jl.in hello-librep/Makefile.am hello-librep/configure.ac hello-librep/m4/Makefile.am hello-librep/po/Makefile.am hello-guile/INSTALL hello-guile/autogen.sh hello-guile/autoclean.sh hello-guile/hello.scm hello-guile/Makefile.am hello-guile/configure.ac hello-guile/m4/Makefile.am hello-guile/po/Makefile.am hello-smalltalk/INSTALL hello-smalltalk/autogen.sh hello-smalltalk/autoclean.sh hello-smalltalk/hello.st.in hello-smalltalk/Makefile.am hello-smalltalk/configure.ac hello-smalltalk/m4/Makefile.am hello-smalltalk/po/Makefile.am hello-java/INSTALL hello-java/autogen.sh hello-java/autoclean.sh hello-java/Hello.java hello-java/Makefile.am hello-java/configure.ac hello-java/m4/Makefile.am hello-java/po/Makefile.am hello-java-awt/INSTALL hello-java-awt/BUGS hello-java-awt/autogen.sh hello-java-awt/autoclean.sh hello-java-awt/Hello.java hello-java-awt/Makefile.am hello-java-awt/configure.ac hello-java-awt/m4/Makefile.am hello-java-awt/m4/TestAWT.java hello-java-awt/m4/TestAWT.class hello-java-awt/po/Makefile.am hello-java-swing/INSTALL hello-java-swing/BUGS hello-java-swing/autogen.sh hello-java-swing/autoclean.sh hello-java-swing/Hello.java hello-java-swing/Makefile.am hello-java-swing/configure.ac hello-java-swing/m4/Makefile.am hello-java-swing/m4/TestAWT.java hello-java-swing/m4/TestAWT.class hello-java-swing/po/Makefile.am hello-java-qtjambi/INSTALL hello-java-qtjambi/BUGS hello-java-qtjambi/autogen.sh hello-java-qtjambi/autoclean.sh hello-java-qtjambi/Hello.java hello-java-qtjambi/Makefile.am hello-java-qtjambi/configure.ac hello-java-qtjambi/m4/Makefile.am hello-java-qtjambi/m4/Test15.java hello-java-qtjambi/m4/Test15.class hello-java-qtjambi/po/Makefile.am hello-csharp/INSTALL hello-csharp/autogen.sh hello-csharp/autoclean.sh hello-csharp/hello.cs hello-csharp/Makefile.am hello-csharp/configure.ac hello-csharp/m4/Makefile.am hello-csharp/po/Makefile.am hello-csharp-forms/INSTALL hello-csharp-forms/README hello-csharp-forms/BUGS hello-csharp-forms/autogen.sh hello-csharp-forms/autoclean.sh hello-csharp-forms/hello.cs hello-csharp-forms/Makefile.am hello-csharp-forms/configure.ac hello-csharp-forms/m4/Makefile.am hello-csharp-forms/po/Makefile.am hello-gawk/INSTALL hello-gawk/autogen.sh hello-gawk/autoclean.sh hello-gawk/hello.awk hello-gawk/Makefile.am hello-gawk/configure.ac hello-gawk/m4/Makefile.am hello-gawk/po/Makefile.am hello-pascal/INSTALL hello-pascal/autogen.sh hello-pascal/autoclean.sh hello-pascal/hello.pas hello-pascal/hello.rst hello-pascal/Makefile.am hello-pascal/configure.ac hello-pascal/m4/Makefile.am hello-pascal/po/Makefile.am hello-ycp/INSTALL hello-ycp/autogen.sh hello-ycp/autoclean.sh hello-ycp/hello.ycp hello-ycp/Makefile.am hello-ycp/configure.ac hello-ycp/m4/Makefile.am hello-ycp/po/Makefile.am hello-tcl/INSTALL hello-tcl/autogen.sh hello-tcl/autoclean.sh hello-tcl/hello.tcl hello-tcl/Makefile.am hello-tcl/configure.ac hello-tcl/m4/Makefile.am hello-tcl/po/Makefile.am hello-tcl-tk/INSTALL hello-tcl-tk/autogen.sh hello-tcl-tk/autoclean.sh hello-tcl-tk/hello.tcl hello-tcl-tk/Makefile.am hello-tcl-tk/configure.ac hello-tcl-tk/m4/Makefile.am hello-tcl-tk/po/Makefile.am hello-perl/INSTALL hello-perl/autogen.sh hello-perl/autoclean.sh hello-perl/hello-1.pl.in hello-perl/hello-2.pl.in hello-perl/Makefile.am hello-perl/configure.ac hello-perl/m4/Makefile.am hello-perl/po/Makefile.am hello-php/INSTALL hello-php/README hello-php/autogen.sh hello-php/autoclean.sh hello-php/hello.php hello-php/Makefile.am hello-php/configure.ac hello-php/m4/Makefile.am hello-php/po/Makefile.am README; do \ | |
d=`echo /$f | sed -e 's,/[^/]*$,,'`; \ | |
test -z "$d" || /bin/mkdir -p /usr/share/doc/gettext-0.18.3/examples$d || exit 1; \ | |
b=`echo $f | sed -e 's,^.*/,,'`; \ | |
if test $b = autogen.sh || test $b = autoclean.sh; then \ | |
echo "/usr/bin/install -c ./$f /usr/share/doc/gettext-0.18.3/examples/$f"; \ | |
/usr/bin/install -c ./$f /usr/share/doc/gettext-0.18.3/examples/$f; \ | |
else \ | |
echo "/usr/bin/install -c -m 644 ./$f /usr/share/doc/gettext-0.18.3/examples/$f"; \ | |
/usr/bin/install -c -m 644 ./$f /usr/share/doc/gettext-0.18.3/examples/$f; \ | |
fi; \ | |
done | |
/usr/bin/install -c -m 644 ./hello-c/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c/INSTALL | |
/usr/bin/install -c ./hello-c/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c/autogen.sh | |
/usr/bin/install -c ./hello-c/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c/hello.c /usr/share/doc/gettext-0.18.3/examples/hello-c/hello.c | |
/usr/bin/install -c -m 644 ./hello-c/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-c/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-c/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-c/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-c-gnome/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/INSTALL | |
/usr/bin/install -c ./hello-c-gnome/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/autogen.sh | |
/usr/bin/install -c ./hello-c-gnome/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c-gnome/hello.c /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/hello.c | |
/usr/bin/install -c -m 644 ./hello-c-gnome/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c-gnome/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/m4/gnome.m4 | |
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 | |
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/m4/gnome-orbit-check.m4 | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-c++/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c++/INSTALL | |
/usr/bin/install -c ./hello-c++/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++/autogen.sh | |
/usr/bin/install -c ./hello-c++/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c++/hello.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++/hello.cc | |
/usr/bin/install -c -m 644 ./hello-c++/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c++/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c++/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-c++/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-c++-qt/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/INSTALL | |
/usr/bin/install -c -m 644 ./hello-c++-qt/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/BUGS | |
/usr/bin/install -c ./hello-c++-qt/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/autogen.sh | |
/usr/bin/install -c ./hello-c++-qt/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c++-qt/hello.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/hello.cc | |
/usr/bin/install -c -m 644 ./hello-c++-qt/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-qt/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/qt.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/m4/qt.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-kde/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/INSTALL | |
/usr/bin/install -c -m 644 ./hello-c++-kde/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/BUGS | |
/usr/bin/install -c ./hello-c++-kde/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/autogen.sh | |
/usr/bin/install -c ./hello-c++-kde/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c++-kde/hello.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/hello.cc | |
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.h /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/hellowindow.h | |
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/hellowindow.cc | |
/usr/bin/install -c -m 644 ./hello-c++-kde/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-kde/configure.in.in /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/configure.in.in | |
/usr/bin/install -c -m 644 ./hello-c++-kde/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/acinclude.m4.in /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/acinclude.m4.in | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/am_edit /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/am_edit | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ChangeLog /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/ChangeLog | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/compile /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/compile | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/conf.change.pl /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/conf.change.pl | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.guess /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/config.guess | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.pl /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/config.pl | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.sub /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/config.sub | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.bot.end /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/configure.in.bot.end | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.min /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/configure.in.min | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs-clean.pl /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/cvs-clean.pl | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/cvs.sh | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/debianrules /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/debianrules | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/depcomp /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/depcomp | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/detect-autoconf.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/detect-autoconf.sh | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/Doxyfile.am | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.global /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/Doxyfile.global | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/install-sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/install-sh | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/libtool.m4.in /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/libtool.m4.in | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ltmain.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/ltmain.sh | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Makefile.common /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/Makefile.common | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/missing /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/missing | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/mkinstalldirs /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/mkinstalldirs | |
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ylwrap /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/admin/ylwrap | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/INSTALL | |
/usr/bin/install -c ./hello-c++-gnome/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/autogen.sh | |
/usr/bin/install -c ./hello-c++-gnome/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/hello.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/hello.cc | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/gnome.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/gtk.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk--.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/m4/gtk--.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/INSTALL | |
/usr/bin/install -c ./hello-c++-wxwidgets/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/autogen.sh | |
/usr/bin/install -c ./hello-c++-wxwidgets/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/hello.cc /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/hello.cc | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/configure.ac | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/wxwidgets.m4 /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-objc/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-objc/INSTALL | |
/usr/bin/install -c ./hello-objc/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc/autogen.sh | |
/usr/bin/install -c ./hello-objc/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-objc/hello.m /usr/share/doc/gettext-0.18.3/examples/hello-objc/hello.m | |
/usr/bin/install -c -m 644 ./hello-objc/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-objc/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-objc/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-objc/configure.ac | |
/usr/bin/install -c -m 644 ./hello-objc/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-objc/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-objc/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-objc/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/INSTALL | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/BUGS | |
/usr/bin/install -c ./hello-objc-gnustep/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/autogen.sh | |
/usr/bin/install -c ./hello-objc-gnustep/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/main.m /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/main.m | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.h /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/AppController.h | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.m /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/AppController.m | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.h /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/Hello.h | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.m /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/Hello.m | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/GNUmakefile /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/GNUmakefile | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/GNUmakefile /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/GNUmakefile | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/LocaleAliases /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/LocaleAliases | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/INSTALL | |
/usr/bin/install -c ./hello-objc-gnome/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/autogen.sh | |
/usr/bin/install -c ./hello-objc-gnome/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/hello.m /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/hello.m | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/configure.ac | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome.m4 /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/m4/gnome.m4 | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/Makevars /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/Makevars | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/POTFILES.in /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/POTFILES.in | |
/usr/bin/install -c -m 644 ./hello-sh/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-sh/INSTALL | |
/usr/bin/install -c ./hello-sh/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-sh/autogen.sh | |
/usr/bin/install -c ./hello-sh/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-sh/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-sh/hello.sh /usr/share/doc/gettext-0.18.3/examples/hello-sh/hello.sh | |
/usr/bin/install -c -m 644 ./hello-sh/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-sh/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-sh/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-sh/configure.ac | |
/usr/bin/install -c -m 644 ./hello-sh/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-sh/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-sh/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-python/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-python/INSTALL | |
/usr/bin/install -c ./hello-python/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-python/autogen.sh | |
/usr/bin/install -c ./hello-python/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-python/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-python/hello.py.in /usr/share/doc/gettext-0.18.3/examples/hello-python/hello.py.in | |
/usr/bin/install -c -m 644 ./hello-python/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-python/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-python/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-python/configure.ac | |
/usr/bin/install -c -m 644 ./hello-python/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-python/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-python/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-python/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-clisp/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-clisp/INSTALL | |
/usr/bin/install -c ./hello-clisp/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-clisp/autogen.sh | |
/usr/bin/install -c ./hello-clisp/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-clisp/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-clisp/hello.lisp.in /usr/share/doc/gettext-0.18.3/examples/hello-clisp/hello.lisp.in | |
/usr/bin/install -c -m 644 ./hello-clisp/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-clisp/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-clisp/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-clisp/configure.ac | |
/usr/bin/install -c -m 644 ./hello-clisp/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-clisp/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-clisp/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-librep/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-librep/INSTALL | |
/usr/bin/install -c ./hello-librep/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-librep/autogen.sh | |
/usr/bin/install -c ./hello-librep/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-librep/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-librep/hello.jl.in /usr/share/doc/gettext-0.18.3/examples/hello-librep/hello.jl.in | |
/usr/bin/install -c -m 644 ./hello-librep/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-librep/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-librep/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-librep/configure.ac | |
/usr/bin/install -c -m 644 ./hello-librep/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-librep/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-librep/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-guile/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-guile/INSTALL | |
/usr/bin/install -c ./hello-guile/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-guile/autogen.sh | |
/usr/bin/install -c ./hello-guile/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-guile/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-guile/hello.scm /usr/share/doc/gettext-0.18.3/examples/hello-guile/hello.scm | |
/usr/bin/install -c -m 644 ./hello-guile/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-guile/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-guile/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-guile/configure.ac | |
/usr/bin/install -c -m 644 ./hello-guile/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-guile/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-guile/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-smalltalk/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/INSTALL | |
/usr/bin/install -c ./hello-smalltalk/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/autogen.sh | |
/usr/bin/install -c ./hello-smalltalk/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-smalltalk/hello.st.in /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/hello.st.in | |
/usr/bin/install -c -m 644 ./hello-smalltalk/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-smalltalk/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/configure.ac | |
/usr/bin/install -c -m 644 ./hello-smalltalk/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-java/INSTALL | |
/usr/bin/install -c ./hello-java/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-java/autogen.sh | |
/usr/bin/install -c ./hello-java/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-java/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-java/Hello.java /usr/share/doc/gettext-0.18.3/examples/hello-java/Hello.java | |
/usr/bin/install -c -m 644 ./hello-java/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-java/configure.ac | |
/usr/bin/install -c -m 644 ./hello-java/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-awt/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/INSTALL | |
/usr/bin/install -c -m 644 ./hello-java-awt/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/BUGS | |
/usr/bin/install -c ./hello-java-awt/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/autogen.sh | |
/usr/bin/install -c ./hello-java-awt/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-java-awt/Hello.java /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/Hello.java | |
/usr/bin/install -c -m 644 ./hello-java-awt/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-awt/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/configure.ac | |
/usr/bin/install -c -m 644 ./hello-java-awt/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-awt/m4/TestAWT.java /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/m4/TestAWT.java | |
/usr/bin/install -c -m 644 ./hello-java-awt/m4/TestAWT.class /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/m4/TestAWT.class | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-swing/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/INSTALL | |
/usr/bin/install -c -m 644 ./hello-java-swing/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/BUGS | |
/usr/bin/install -c ./hello-java-swing/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/autogen.sh | |
/usr/bin/install -c ./hello-java-swing/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-java-swing/Hello.java /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/Hello.java | |
/usr/bin/install -c -m 644 ./hello-java-swing/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-swing/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/configure.ac | |
/usr/bin/install -c -m 644 ./hello-java-swing/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-swing/m4/TestAWT.java /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/m4/TestAWT.java | |
/usr/bin/install -c -m 644 ./hello-java-swing/m4/TestAWT.class /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/m4/TestAWT.class | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/INSTALL | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/BUGS | |
/usr/bin/install -c ./hello-java-qtjambi/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/autogen.sh | |
/usr/bin/install -c ./hello-java-qtjambi/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/Hello.java /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/Hello.java | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/configure.ac | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Test15.java /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/m4/Test15.java | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/m4/Test15.class /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/m4/Test15.class | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-csharp/INSTALL | |
/usr/bin/install -c ./hello-csharp/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-csharp/autogen.sh | |
/usr/bin/install -c ./hello-csharp/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-csharp/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-csharp/hello.cs /usr/share/doc/gettext-0.18.3/examples/hello-csharp/hello.cs | |
/usr/bin/install -c -m 644 ./hello-csharp/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-csharp/configure.ac | |
/usr/bin/install -c -m 644 ./hello-csharp/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/INSTALL | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/README /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/README | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/BUGS /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/BUGS | |
/usr/bin/install -c ./hello-csharp-forms/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/autogen.sh | |
/usr/bin/install -c ./hello-csharp-forms/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/hello.cs /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/hello.cs | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/configure.ac | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-gawk/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-gawk/INSTALL | |
/usr/bin/install -c ./hello-gawk/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-gawk/autogen.sh | |
/usr/bin/install -c ./hello-gawk/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-gawk/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-gawk/hello.awk /usr/share/doc/gettext-0.18.3/examples/hello-gawk/hello.awk | |
/usr/bin/install -c -m 644 ./hello-gawk/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-gawk/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-gawk/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-gawk/configure.ac | |
/usr/bin/install -c -m 644 ./hello-gawk/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-gawk/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-gawk/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-pascal/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-pascal/INSTALL | |
/usr/bin/install -c ./hello-pascal/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-pascal/autogen.sh | |
/usr/bin/install -c ./hello-pascal/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-pascal/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-pascal/hello.pas /usr/share/doc/gettext-0.18.3/examples/hello-pascal/hello.pas | |
/usr/bin/install -c -m 644 ./hello-pascal/hello.rst /usr/share/doc/gettext-0.18.3/examples/hello-pascal/hello.rst | |
/usr/bin/install -c -m 644 ./hello-pascal/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-pascal/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-pascal/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-pascal/configure.ac | |
/usr/bin/install -c -m 644 ./hello-pascal/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-pascal/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-pascal/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-ycp/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-ycp/INSTALL | |
/usr/bin/install -c ./hello-ycp/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-ycp/autogen.sh | |
/usr/bin/install -c ./hello-ycp/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-ycp/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-ycp/hello.ycp /usr/share/doc/gettext-0.18.3/examples/hello-ycp/hello.ycp | |
/usr/bin/install -c -m 644 ./hello-ycp/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-ycp/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-ycp/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-ycp/configure.ac | |
/usr/bin/install -c -m 644 ./hello-ycp/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-ycp/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-ycp/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-tcl/INSTALL | |
/usr/bin/install -c ./hello-tcl/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-tcl/autogen.sh | |
/usr/bin/install -c ./hello-tcl/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-tcl/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-tcl/hello.tcl /usr/share/doc/gettext-0.18.3/examples/hello-tcl/hello.tcl | |
/usr/bin/install -c -m 644 ./hello-tcl/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-tcl/configure.ac | |
/usr/bin/install -c -m 644 ./hello-tcl/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/INSTALL | |
/usr/bin/install -c ./hello-tcl-tk/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/autogen.sh | |
/usr/bin/install -c ./hello-tcl-tk/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/hello.tcl /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/hello.tcl | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/configure.ac | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-perl/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-perl/INSTALL | |
/usr/bin/install -c ./hello-perl/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-perl/autogen.sh | |
/usr/bin/install -c ./hello-perl/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-perl/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-perl/hello-1.pl.in /usr/share/doc/gettext-0.18.3/examples/hello-perl/hello-1.pl.in | |
/usr/bin/install -c -m 644 ./hello-perl/hello-2.pl.in /usr/share/doc/gettext-0.18.3/examples/hello-perl/hello-2.pl.in | |
/usr/bin/install -c -m 644 ./hello-perl/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-perl/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-perl/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-perl/configure.ac | |
/usr/bin/install -c -m 644 ./hello-perl/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-perl/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-perl/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-php/INSTALL /usr/share/doc/gettext-0.18.3/examples/hello-php/INSTALL | |
/usr/bin/install -c -m 644 ./hello-php/README /usr/share/doc/gettext-0.18.3/examples/hello-php/README | |
/usr/bin/install -c ./hello-php/autogen.sh /usr/share/doc/gettext-0.18.3/examples/hello-php/autogen.sh | |
/usr/bin/install -c ./hello-php/autoclean.sh /usr/share/doc/gettext-0.18.3/examples/hello-php/autoclean.sh | |
/usr/bin/install -c -m 644 ./hello-php/hello.php /usr/share/doc/gettext-0.18.3/examples/hello-php/hello.php | |
/usr/bin/install -c -m 644 ./hello-php/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-php/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-php/configure.ac /usr/share/doc/gettext-0.18.3/examples/hello-php/configure.ac | |
/usr/bin/install -c -m 644 ./hello-php/m4/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-php/m4/Makefile.am | |
/usr/bin/install -c -m 644 ./hello-php/po/Makefile.am /usr/share/doc/gettext-0.18.3/examples/hello-php/po/Makefile.am | |
/usr/bin/install -c -m 644 ./README /usr/share/doc/gettext-0.18.3/examples/README | |
for f1 in hello-c hello-c-gnome hello-c++ hello-c++-qt hello-c++-kde hello-c++-gnome hello-c++-wxwidgets hello-objc hello-objc-gnustep hello-objc-gnome hello-sh hello-python hello-clisp hello-librep hello-guile hello-smalltalk hello-java hello-java-awt hello-java-swing hello-java-qtjambi hello-csharp hello-csharp-forms hello-gawk hello-pascal hello-ycp hello-tcl hello-tcl-tk hello-perl hello-php; do \ | |
for f2 in LINGUAS af.po ast.po bg.po ca.po cs.po da.po de.po el.po eo.po es.po fi.po fr.po ga.po gl.po hr.po hu.po id.po it.po ja.po ky.po lv.po ms.po mt.po nb.po nl.po pl.po pt.po ro.po ru.po sk.po sl.po sr.po sv.po tr.po uk.po vi.po zh_CN.po zh_HK.po zh_TW.po; do \ | |
f=$f1/po/$f2; \ | |
d=`echo /$f | sed -e 's,/[^/]*$,,'`; \ | |
test -z "$d" || /bin/mkdir -p /usr/share/doc/gettext-0.18.3/examples$d || exit 1; \ | |
b=`echo $f | sed -e 's,^.*/,,'`; \ | |
echo "/usr/bin/install -c -m 644 ./$f /usr/share/doc/gettext-0.18.3/examples/$f"; \ | |
/usr/bin/install -c -m 644 ./$f /usr/share/doc/gettext-0.18.3/examples/$f; \ | |
done; \ | |
done | |
/usr/bin/install -c -m 644 ./hello-c/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c-gnome/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c-gnome/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c++/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c++/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c++/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c++-qt/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-qt/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c++-kde/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-kde/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-gnome/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/af.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/da.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/de.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/el.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/es.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/id.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/it.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-c++-wxwidgets/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-objc/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/af.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/da.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/de.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/el.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/es.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/id.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/it.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-objc/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-objc/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/af.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/da.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/de.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/el.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/es.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/id.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/it.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnustep/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/af.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/da.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/de.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/el.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/es.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/id.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/it.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-objc-gnome/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-sh/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/af.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/da.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/de.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/el.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/es.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/id.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/it.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-sh/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-sh/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-python/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-python/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-python/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/af.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-python/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-python/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-python/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/da.po | |
/usr/bin/install -c -m 644 ./hello-python/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/de.po | |
/usr/bin/install -c -m 644 ./hello-python/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/el.po | |
/usr/bin/install -c -m 644 ./hello-python/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-python/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/es.po | |
/usr/bin/install -c -m 644 ./hello-python/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-python/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-python/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-python/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-python/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-python/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/id.po | |
/usr/bin/install -c -m 644 ./hello-python/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/it.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-python/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-python/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-python/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-python/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-python/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-python/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-python/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-python/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-python/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-python/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-python/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-python/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-python/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-python/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-python/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-python/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-python/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-python/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-clisp/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/af.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/da.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/de.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/el.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/es.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/id.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/it.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-clisp/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-clisp/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-librep/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/af.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/da.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/de.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/el.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/es.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/id.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/it.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-librep/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-librep/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-guile/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/af.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/da.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/de.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/el.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/es.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/id.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/it.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-guile/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-guile/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/af.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/da.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/de.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/el.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/es.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/id.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/it.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-smalltalk/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-smalltalk/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-java/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-java/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-java/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/af.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-java/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-java/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-java/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/da.po | |
/usr/bin/install -c -m 644 ./hello-java/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/de.po | |
/usr/bin/install -c -m 644 ./hello-java/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/el.po | |
/usr/bin/install -c -m 644 ./hello-java/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-java/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/es.po | |
/usr/bin/install -c -m 644 ./hello-java/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-java/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-java/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-java/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-java/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-java/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/id.po | |
/usr/bin/install -c -m 644 ./hello-java/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/it.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-java/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-java/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-java/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-java/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-java/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-java/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-java/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-java/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-java/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-java/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-java/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-java/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-java/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-java/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-java/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-java/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-java/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-java/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/af.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/da.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/de.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/el.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/es.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/id.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/it.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-java-awt/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-java-awt/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/af.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/da.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/de.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/el.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/es.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/id.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/it.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-java-swing/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-java-swing/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/af.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/da.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/de.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/el.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/es.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/id.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/it.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-java-qtjambi/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-java-qtjambi/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-csharp/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/af.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/da.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/de.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/el.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/es.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/id.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/it.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-csharp/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/af.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/da.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/de.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/el.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/es.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/id.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/it.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-csharp-forms/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-csharp-forms/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-gawk/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/af.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/da.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/de.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/el.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/es.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/id.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/it.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-gawk/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-gawk/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-pascal/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/af.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/da.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/de.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/el.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/es.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/id.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/it.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-pascal/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-pascal/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-ycp/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/af.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/da.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/de.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/el.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/es.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/id.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/it.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-ycp/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-ycp/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-tcl/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/af.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/da.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/de.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/el.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/es.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/id.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/it.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-tcl/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/af.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/da.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/de.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/el.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/es.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/id.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/it.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-tcl-tk/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-tcl-tk/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-perl/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/af.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/da.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/de.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/el.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/es.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/id.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/it.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-perl/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-perl/po/zh_TW.po | |
/usr/bin/install -c -m 644 ./hello-php/po/LINGUAS /usr/share/doc/gettext-0.18.3/examples/hello-php/po/LINGUAS | |
/usr/bin/install -c -m 644 ./hello-php/po/af.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/af.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ast.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ast.po | |
/usr/bin/install -c -m 644 ./hello-php/po/bg.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/bg.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ca.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ca.po | |
/usr/bin/install -c -m 644 ./hello-php/po/cs.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/cs.po | |
/usr/bin/install -c -m 644 ./hello-php/po/da.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/da.po | |
/usr/bin/install -c -m 644 ./hello-php/po/de.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/de.po | |
/usr/bin/install -c -m 644 ./hello-php/po/el.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/el.po | |
/usr/bin/install -c -m 644 ./hello-php/po/eo.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/eo.po | |
/usr/bin/install -c -m 644 ./hello-php/po/es.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/es.po | |
/usr/bin/install -c -m 644 ./hello-php/po/fi.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/fi.po | |
/usr/bin/install -c -m 644 ./hello-php/po/fr.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/fr.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ga.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ga.po | |
/usr/bin/install -c -m 644 ./hello-php/po/gl.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/gl.po | |
/usr/bin/install -c -m 644 ./hello-php/po/hr.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/hr.po | |
/usr/bin/install -c -m 644 ./hello-php/po/hu.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/hu.po | |
/usr/bin/install -c -m 644 ./hello-php/po/id.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/id.po | |
/usr/bin/install -c -m 644 ./hello-php/po/it.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/it.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ja.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ja.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ky.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ky.po | |
/usr/bin/install -c -m 644 ./hello-php/po/lv.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/lv.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ms.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ms.po | |
/usr/bin/install -c -m 644 ./hello-php/po/mt.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/mt.po | |
/usr/bin/install -c -m 644 ./hello-php/po/nb.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/nb.po | |
/usr/bin/install -c -m 644 ./hello-php/po/nl.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/nl.po | |
/usr/bin/install -c -m 644 ./hello-php/po/pl.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/pl.po | |
/usr/bin/install -c -m 644 ./hello-php/po/pt.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/pt.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ro.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ro.po | |
/usr/bin/install -c -m 644 ./hello-php/po/ru.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/ru.po | |
/usr/bin/install -c -m 644 ./hello-php/po/sk.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/sk.po | |
/usr/bin/install -c -m 644 ./hello-php/po/sl.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/sl.po | |
/usr/bin/install -c -m 644 ./hello-php/po/sr.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/sr.po | |
/usr/bin/install -c -m 644 ./hello-php/po/sv.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/sv.po | |
/usr/bin/install -c -m 644 ./hello-php/po/tr.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/tr.po | |
/usr/bin/install -c -m 644 ./hello-php/po/uk.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/uk.po | |
/usr/bin/install -c -m 644 ./hello-php/po/vi.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/vi.po | |
/usr/bin/install -c -m 644 ./hello-php/po/zh_CN.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/zh_CN.po | |
/usr/bin/install -c -m 644 ./hello-php/po/zh_HK.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/zh_HK.po | |
/usr/bin/install -c -m 644 ./hello-php/po/zh_TW.po /usr/share/doc/gettext-0.18.3/examples/hello-php/po/zh_TW.po | |
/bin/mkdir -p '/usr/share/doc/gettext-0.18.3/examples' | |
/usr/bin/install -c -m 644 installpaths '/usr/share/doc/gettext-0.18.3/examples' | |
make[4]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools/examples' | |
make[2]: Entering directory `/sources/gettext-0.18.3/gettext-tools' | |
make[3]: Entering directory `/sources/gettext-0.18.3/gettext-tools' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/doc/gettext-0.18.3/examples/build-aux' | |
/usr/bin/install -c -m 644 ../build-aux/javacomp.sh.in ../build-aux/javaexec.sh.in ../build-aux/csharpcomp.sh.in ../build-aux/csharpexec.sh.in '/usr/share/doc/gettext-0.18.3/examples/build-aux' | |
/bin/mkdir -p '/usr/share/gettext' | |
/usr/bin/install -c ../build-aux/config.rpath '/usr/share/gettext' | |
make[3]: Leaving directory `/sources/gettext-0.18.3/gettext-tools' | |
make[2]: Leaving directory `/sources/gettext-0.18.3/gettext-tools' | |
make[1]: Leaving directory `/sources/gettext-0.18.3/gettext-tools' | |
make[1]: Entering directory `/sources/gettext-0.18.3' | |
make[2]: Entering directory `/sources/gettext-0.18.3' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/sources/gettext-0.18.3' | |
make[1]: Leaving directory `/sources/gettext-0.18.3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment