diff options
Diffstat (limited to 'lang/py-mx-base/files')
-rw-r--r-- | lang/py-mx-base/files/Setup | 6 | ||||
-rw-r--r-- | lang/py-mx-base/files/index.html.in | 16 |
2 files changed, 16 insertions, 6 deletions
diff --git a/lang/py-mx-base/files/Setup b/lang/py-mx-base/files/Setup deleted file mode 100644 index 7e9825ca8c6d..000000000000 --- a/lang/py-mx-base/files/Setup +++ /dev/null @@ -1,6 +0,0 @@ -# Build extensions shared: -*shared* -# - -# Text processing tools -mxTextTools mxTextTools.c mxte.c mxbmse.c diff --git a/lang/py-mx-base/files/index.html.in b/lang/py-mx-base/files/index.html.in new file mode 100644 index 000000000000..265d7813a5ac --- /dev/null +++ b/lang/py-mx-base/files/index.html.in @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<!-- $FreeBSD$ --> +<html> + <head> + <title>The eGenix mx-Extension Series for Python</title> + </head> + + <body> + <h1>The eGenix mx-Extension Series for Python</h1> + <a href="file://localhost/%%PYTHON_SITELIBDIR%%/mx/Doc/mxExtensions.html">Follow me.</a> + <hr> +<!-- Created: Mon Mar 19 10:03:56 CET 2001 --> +<!-- hhmts start --> +<!-- hhmts end --> + </body> +</html> |