diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-03-14 12:23:13 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-03-14 12:23:13 +0100 |
| commit | 63fe3bafdd43c21987d90c299854dd0fa5ba1f2d (patch) | |
| tree | d0c3235668c67bf154b85fc3a7bb6917602db4aa /repo/www/make-deps.py | |
| parent | b4c9498a5ae11b3c3230317c5a5df0b332104eee (diff) | |
| download | memory-leaks-63fe3bafdd43c21987d90c299854dd0fa5ba1f2d.tar.xz | |
Update page list whenever folders changed
Diffstat (limited to 'repo/www/make-deps.py')
| -rwxr-xr-x | repo/www/make-deps.py | 2 |
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): |
