Home | History | Annotate | Download | only in glib

Lines Matching refs:po

22 # intl/, and to not add ChangeLog entries to po/ChangeLog
124 if test -f po/Makefile.in.in && test $force -eq 0; then
126 po/Makefile.in.in exists: use option -f if you really want to delete it."
130 test -d po || {
131 $echo "Creating po/ subdirectory"
132 mkdir po || {
133 $echo "failed to create po/ subdirectory"
147 intl | po)
162 # Copy files to po/ subdirectory.
163 cd po
165 rm -f "$srcdir/po/$file"
166 ($try_ln_s && ln -s $gettext_dir/po/$file "$srcdir/po/$file" && $echo "Symlinking file po/$file") 2>/dev/null ||
167 { $echo "Copying file po/$file"; cp $file "$srcdir/po/$file"; }
169 if test -f "$srcdir/po/cat-id-tbl.c"; then
170 $echo "Removing po/cat-id-tbl.c"
171 rm -f "$srcdir/po/cat-id-tbl.c"
173 if test -f "$srcdir/po/stamp-cat-id"; then
174 $echo "Removing po/stamp-cat-id"
175 rm -f "$srcdir/po/stamp-cat-id"