diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-27 17:38:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-27 17:38:02 +0000 |
commit | 03cf8c13fb013b2ec0ab5c6ae8ea7c3ef6adf3e5 (patch) | |
tree | ee7bed4de6fcce142ef4dd4b459fb62076e7ce92 /lang/Makefile | |
parent | 45fd61e26b3d184837388aac68651e8209a7cc0f (diff) | |
download | ports-03cf8c13fb013b2ec0ab5c6ae8ea7c3ef6adf3e5.tar.gz ports-03cf8c13fb013b2ec0ab5c6ae8ea7c3ef6adf3e5.zip |
add diveintopython
A free Python tutorial book that is "not For Dummies(tm)"
PR: 26697
Submitted by: Johann Visagie <johann@egenetics.com>
Notes
Notes:
svn path=/head/; revision=41970
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 624401597ead..cba225e45e3d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -19,6 +19,7 @@ SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog + SUBDIR += diveintopython SUBDIR += dylan SUBDIR += egcs SUBDIR += eiffel |