Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / generate-file-list.sh
blobf61ac4f49ca87601b26d335eb3696ff99ee7f279
1 #!/bin/sh
2 echo "<variablelist>"
3 find . -type f -name '*.xml' -mindepth 2 | sort |
4 while read ; do
5 echo "<xi:include href='$REPLY' parse='xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>"
6 done
8 echo "</variablelist>"