diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-29 21:42:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-29 21:42:20 +0000 |
commit | 9e1e2d8b4178df10a0f81c5fd119902cbc3587b9 (patch) | |
tree | 955273072a58e262515008d89b74fca0a9514d9d /lang/Makefile | |
parent | 01073cf12fb4da7b0e059225003c5ba38d33accd (diff) | |
download | pkgsrc-9e1e2d8b4178df10a0f81c5fd119902cbc3587b9.tar.gz |
Add erlang-doc and erlang-man.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9636a2a871e..38a30cade62 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.227 2006/01/27 19:48:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.228 2006/03/29 21:42:20 ghen Exp $ # COMMENT= Programming languages @@ -30,6 +30,8 @@ SUBDIR+= eieio SUBDIR+= elisp-manual SUBDIR+= elk SUBDIR+= erlang +SUBDIR+= erlang-doc +SUBDIR+= erlang-man SUBDIR+= ezm3 SUBDIR+= f2c SUBDIR+= focal |