aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/Makefile.am2
-rw-r--r--lang/README1
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile.am b/lang/Makefile.am
index 854d9348..29446ebf 100644
--- a/lang/Makefile.am
+++ b/lang/Makefile.am
@@ -17,6 +17,6 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-SUBDIRS = cl
+SUBDIRS = cl, py3-pyme
EXTRA_DIST = README
diff --git a/lang/README b/lang/README
index da54c78b..559be5f3 100644
--- a/lang/README
+++ b/lang/README
@@ -10,3 +10,4 @@ sub-directory.
Directory Language
cl Common Lisp
+py3-pyme Python 3 (port of PyME 0.9.0)