trying to get HEAD building again. If you want the code
[Samba.git] / docs / docbook / smbdotconf / generate-file-list.sh
blob84c3d5d2fc401eeb8a2d57b85587be1e528c53ab
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
8 echo "</variablelist>"