From 112db0756dd86c1414ad64ea5b537f9c0e113465 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 17 Dec 2004 07:19:21 +0000 Subject: [PATCH] We moved generate-plugin-documentation again --- sandbox/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/release.py b/sandbox/release.py index 2e92b01f7..d78c2a573 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -75,7 +75,7 @@ if __name__ == '__main__': 'INTERFACES', 'OVERVIEW', 'PLUGIN-EXAMPLE', 'plugins', 'plugins.html', 'STYLE'), } - system('python sandbox/generate-plugin-documentation.py') + system('python tools/generate-plugin-documentation.py') pwd = os.getcwd() os.chmod('docs/plugins', 0775) sh = 'tar rf %s/docs.tar %%s' % pwd