initial commit
This commit is contained in:
10
doc/make-infos
Executable file
10
doc/make-infos
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
while(<STDIN>) {
|
||||
chomp($texi_file = $_);
|
||||
s/[_[:space:]]+/_/g;
|
||||
s/^_*//g;
|
||||
s/_*.texi_*//g;
|
||||
`$ARGV[0] -o "$_.info" "$texi_file"`;
|
||||
`rm "$texi_file"`;
|
||||
}
|
||||
Reference in New Issue
Block a user