From f509b459871e0d767fd86fbbe0f849d4e282e8b5 Mon Sep 17 00:00:00 2001 From: ttate Date: Thu, 11 Apr 2002 07:09:33 +0000 Subject: Add dl.txt instead of README. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/MANIFEST | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'ext/dl/MANIFEST') diff --git a/ext/dl/MANIFEST b/ext/dl/MANIFEST index a98d6f5b3..c5cd5839a 100644 --- a/ext/dl/MANIFEST +++ b/ext/dl/MANIFEST @@ -1,24 +1,30 @@ .cvsignore -Changes MANIFEST -README -README.html depend dl.c -dl.h dl.def +dl.h +doc/dl.txt extconf.rb h2rb handle.c +install.rb +lib/dl/import.rb +lib/dl/struct.rb +lib/dl/types.rb +lib/dl/win32.rb mkcall.rb mkcallback.rb mkcbtable.rb ptr.c -sym.c -type.rb -test/test.c -test/test.rb sample/drives.rb sample/getch.rb sample/libc.rb sample/msgbox.rb +sample/msgbox2.rb +sample/stream.rb +sym.c +test/libtest.def +test/test.c +test/test.rb +type.rb -- cgit