summaryrefslogtreecommitdiff
path: root/bin/build-apidocs
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-08-22 17:51:47 +0100
committerRichard Wall <richard@aziz>2010-08-22 17:51:47 +0100
commit1cc9ef400b8ebe09ec15a4acf1b0c51ddab18f15 (patch)
treee9b8f8a3e496cc27b789e9ee3917974896f8f675 /bin/build-apidocs
parent88b0b1e7143178af532d7983b4e9e8875c591b2e (diff)
Add a command hierarchy and complete the release command
Diffstat (limited to 'bin/build-apidocs')
-rwxr-xr-xbin/build-apidocs10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/build-apidocs b/bin/build-apidocs
deleted file mode 100755
index 37a6bd2..0000000
--- a/bin/build-apidocs
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-import os
-import sys
-
-# Add the current branch to the python path
-sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
-
-from jarmonbuild.commands import BuildApidocsCommand
-
-raise SystemExit(BuildApidocsCommand().main())