]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/doc/mungeaux.csh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / doc / mungeaux.csh
1 #!/bin/csh -f
2
3 foreach aux ( $* )
4 echo Munging $aux
5 /bin/mv $aux $aux.bak
6 cat $aux.bak | perl jwebfrob.pl > $aux
7 /bin/cp $aux $aux.munged
8 end