summaryrefslogtreecommitdiff
path: root/repo/www/make-deps.py
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-14 12:23:13 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-14 12:23:13 +0100
commit63fe3bafdd43c21987d90c299854dd0fa5ba1f2d (patch)
treed0c3235668c67bf154b85fc3a7bb6917602db4aa /repo/www/make-deps.py
parentb4c9498a5ae11b3c3230317c5a5df0b332104eee (diff)
downloadmemory-leaks-63fe3bafdd43c21987d90c299854dd0fa5ba1f2d.tar.xz
Update page list whenever folders changed
Diffstat (limited to 'repo/www/make-deps.py')
-rwxr-xr-xrepo/www/make-deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/make-deps.py b/repo/www/make-deps.py
index 92da680..4045580 100755
--- a/repo/www/make-deps.py
+++ b/repo/www/make-deps.py
@@ -50,7 +50,7 @@ def write_dependencies(output, sources, top_dir, out_dir):
print(file=output)
print(f'pages = {" ".join(pages)}', file=output)
- print(f'folders = {" ".join(directories)}', file=output)
+ print(f'page_folders = {" ".join(directories)}', file=output)
def main(argv):