drop support for psycopg2 and pycurl
[plcapi.git] / psycopg2 / scripts / makedocs.py
diff --git a/psycopg2/scripts/makedocs.py b/psycopg2/scripts/makedocs.py
deleted file mode 100755 (executable)
index dcaa940..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env python\r
-"""Build documentation and api."""\r
-\r
-import os\r
-\r
-EPYDOC = "python c:/programmi/python23/scripts/epydoc.py"\r
-PSYCOPG = "c:/programmi/python23/lib/site-packages/psycopg2"\r
-\r
-os.system("python ext2html.py ../doc/extensions.rst > ../doc/extensions.html")\r
-os.system("%s "\r
-          "-o ../doc/api "\r
-          "--css ../doc/api-screen.css "\r
-          "--docformat restructuredtext " \r
-          "%s"\r
-    % (EPYDOC,PSYCOPG,))\r