diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 13:12:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 13:12:12 +0000 |
commit | 9947e8e5b58abb2dee53d1da3f1ed445d2fd8952 (patch) | |
tree | 912bb3815ada227f669fac194cf20559bd3cca40 /lang/Makefile | |
parent | Add sather-specification 000328, specification of the Sather programming (diff) |
Add sather-tutorial 000328, a tutorial on the Sather programming
language.
PR: ports/101425
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=169986
Diffstat (limited to '')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index d1f9e2231776..1aa8cb295d54 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -262,6 +262,7 @@ SUBDIR += ruby18 SUBDIR += ruby18_static SUBDIR += sather-specification + SUBDIR += sather-tutorial SUBDIR += sbcl SUBDIR += scheme48 SUBDIR += schemetoc |