(libfetish_a_SOURCES): Add mmap-stack.h.
[coreutils.git] / TODO-private
blob09e6755eee4d3344c7cf1961934259cef4270c7e
1 Move things so there are no symlinks from repository to
2 any directory other than common
4 ******************
5 LINGUAS:
6   sort -u ../[fst]u/po/LINGUAS > po/LINGUAS
8 go cu
9 cd po
10 for i in f s t; do
11   echo $i:
12   xu=${i}u
13   for j in $(cat ../../$xu/po/LINGUAS); do
14     echo "  $j"
15     msgmerge -o k ../../$xu/po/$j.po $j.po && mv k $j.po
16   done
17 done
19 go cu; cd po; export xu=tu j=zh_TW
20 go cu; cd po; export xu=su j=ru
21 go cu; cd po; export xu=fu j=zh_TW
22 go cu; cd po; export xu=tu j=fr
23 go cu; cd po; export xu=su j=tr
24 go cu; cd po; export xu=fu j=ca
26 go cu; cd po; export xu=su j=sl
27 go cu; cd po; export xu=tu j=el
28 go cu; cd po; export xu=su j=da
29 go cu; cd po; export xu=fu j=lg
30 k=$xu-$j
31 msgmerge -o $k ../../$xu/po/$j.po $j.po && mv $k $j.po
32 cvs ci -m 'merge from fileutils-4.1.11' $j.po