# HG changeset patch # User Rob Flynn # Date 956571258 0 # Node ID 67e57ab8de7884d90e6388c76d8ef879241afb0f # Parent d2b38d23ce191a738b8be64e90c3b86c5b22d51c [gaim-migrate @ 174] :-) committer: Tailor Script diff -r d2b38d23ce19 -r 67e57ab8de78 README.plugins --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.plugins Mon Apr 24 10:14:18 2000 +0000 @@ -0,0 +1,16 @@ +Note: + +The plugins that come with GAIM are for educational purposes only. +We have released them hoping to give you guys enough information to +go on. We'll continue developing them in our free time but we ask you +to do the same. If you have any suggestions for them, let us know. + +Currently, they are not compiled when you perform a make and make install. +If you wish to make use of the gaim plugins, enter the directory where you +untarred gaim/plugins and type: 'make'. Copy the resulting .so files to +a safe location ($HOME/.gaim/plugins) and load them from within gaim. + +Enjoy and Happy Hacking! + +Rob Flynn + diff -r d2b38d23ce19 -r 67e57ab8de78 doc/Makefile.am --- a/doc/Makefile.am Mon Apr 24 10:05:47 2000 +0000 +++ b/doc/Makefile.am Mon Apr 24 10:14:18 2000 +0000 @@ -1,2 +1,2 @@ -EXTRA_DIST = the_penguin.txt CREDITS FAQ gaims_funniest_home_convos.txt PROTOCOL +EXTRA_DIST = README.plugins the_penguin.txt CREDITS FAQ gaims_funniest_home_convos.txt PROTOCOL diff -r d2b38d23ce19 -r 67e57ab8de78 doc/README.plugins --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/README.plugins Mon Apr 24 10:14:18 2000 +0000 @@ -0,0 +1,16 @@ +Note: + +The plugins that come with GAIM are for educational purposes only. +We have released them hoping to give you guys enough information to +go on. We'll continue developing them in our free time but we ask you +to do the same. If you have any suggestions for them, let us know. + +Currently, they are not compiled when you perform a make and make install. +If you wish to make use of the gaim plugins, enter the directory where you +untarred gaim/plugins and type: 'make'. Copy the resulting .so files to +a safe location ($HOME/.gaim/plugins) and load them from within gaim. + +Enjoy and Happy Hacking! + +Rob Flynn + diff -r d2b38d23ce19 -r 67e57ab8de78 gaim.spec --- a/gaim.spec Mon Apr 24 10:05:47 2000 +0000 +++ b/gaim.spec Mon Apr 24 10:14:18 2000 +0000 @@ -42,7 +42,7 @@ %files %defattr(-,root,root) %attr(755,root,root) %{prefix}/bin/gaim -%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog +%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog %clean rm -r $RPM_BUILD_ROOT