summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/website/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/build.py b/docs/website/build.py
index 49c086529..d8bf4e3e8 100755
--- a/docs/website/build.py
+++ b/docs/website/build.py
@@ -100,7 +100,7 @@ def main():
log.info("Copying API reference documentation from %s", apidocs_src)
apidocs_dest = output_path.joinpath('docs/api-preview')
apidocs_dest.mkdir(parents=True)
- for name in ['libtracker-sparql', 'ontology']:
+ for name in ['libtracker-sparql3', 'tracker3-nepomuk']:
shutil.copytree(apidocs_src.joinpath(name), apidocs_dest.joinpath(name))
log.info("Adding preview header to API reference documentation")