Procházet zdrojové kódy

meson: drop sphinx_template_files

Static files dependencies is now handled by depfile.py.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Marc-André Lureau před 3 roky
rodič
revize
ed9e6d65ed
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      docs/meson.build

+ 0 - 3
docs/meson.build

@@ -37,8 +37,6 @@ endif
 if build_docs
 if build_docs
   SPHINX_ARGS += ['-Dversion=' + meson.project_version(), '-Drelease=' + config_host['PKGVERSION']]
   SPHINX_ARGS += ['-Dversion=' + meson.project_version(), '-Drelease=' + config_host['PKGVERSION']]
 
 
-  sphinx_template_files = [ meson.project_source_root() / 'docs/_templates/footer.html' ]
-
   have_ga = have_tools and config_host.has_key('CONFIG_GUEST_AGENT')
   have_ga = have_tools and config_host.has_key('CONFIG_GUEST_AGENT')
 
 
   man_pages = {
   man_pages = {
@@ -70,7 +68,6 @@ if build_docs
                 output: 'docs.stamp',
                 output: 'docs.stamp',
                 input: files('conf.py'),
                 input: files('conf.py'),
                 depfile: 'docs.d',
                 depfile: 'docs.d',
-                depend_files: [ sphinx_template_files ],
                 command: [SPHINX_ARGS, '-Ddepfile=@DEPFILE@',
                 command: [SPHINX_ARGS, '-Ddepfile=@DEPFILE@',
                           '-Ddepfile_stamp=@OUTPUT0@',
                           '-Ddepfile_stamp=@OUTPUT0@',
                           '-b', 'html', '-d', private_dir,
                           '-b', 'html', '-d', private_dir,