d2::image: Ensure that scale() is propagating the geometric mean indicator.
[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"`;