ui/input: migration of types d2::psf --> ale_psf (Libale).
[Ale.git] / doc / make-infos
blob2d801ccc9107ab1ac140bc73578fad576bb9c665
1 #!/usr/bin/perl -w
3 while(<STDIN>) {
4 chomp($texi_file = $_);
5 s/[_[:space:]]+/_/g;
6 s/^_*//g;
7 s/_*.texi_*//g;
8 `$ARGV[0] -o "$_.info" "$texi_file"`;
9 `rm "$texi_file"`;