trying to get HEAD building again. If you want the code
[kai/samba.git] / docs / docbook / smbdotconf / generate-file-list.sh
1 #!/bin/sh
2 echo "<variablelist>"
3 for I in `find . -type f -name '*.xml' -mindepth 2 | sort -t/ -k3 | xargs`
4 do 
5         echo "<xi:include href='$I' parse='xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>"
6 done
7                 
8 echo "</variablelist>"