(documentation
 (mld_files) ; we avoid adding files twice, once through mld_files and once through files
 (files
  (glob_files
   (assets/* with_prefix .))
  ; Assets in the source tree are in a subdirectory, but installed at the root of the doc
  (glob_files_rec examples/*) ; The examples in the source tree matches the one installed
  (glob_files
   (tuto*.mld with_prefix tutorial))
  ; Tutorial files are in a subdir in the doc hierarchy
  (pkgname.mld as index.mld) ; pkgname.mld is renamed in order to be the index file
  notes.mld
  ))
