summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript14
1 files changed, 0 insertions, 14 deletions
diff --git a/wscript b/wscript
index 0c35d7d..e2b13ef 100644
--- a/wscript
+++ b/wscript
@@ -161,17 +161,3 @@ def lint(ctx):
"-readability-else-after-return\" " +
"$(find .. -name '*.c')")
subprocess.call(cmd, cwd='build', shell=True)
-
-def upload_docs(ctx):
- os.system("rsync -ravz --delete -e ssh build/doc/html/ drobilla@drobilla.net:~/drobilla.net/docs/sratom/")
-
-def posts(ctx):
- path = str(ctx.path.abspath())
- autowaf.news_to_posts(
- os.path.join(path, 'NEWS'),
- {'title' : 'Sratom',
- 'description' : autowaf.get_blurb(os.path.join(path, 'README')),
- 'dist_pattern' : 'http://download.drobilla.net/sratom-%s.tar.bz2'},
- { 'Author' : 'drobilla',
- 'Tags' : 'Hacking, LAD, LV2, RDF, Sratom' },
- os.path.join(out, 'posts'))