Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv7943/src/util
Modified Files:
distutils.py
Log Message:
Add framework for plugin writing howto
Index: distutils.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/distutils.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** distutils.py 19 Oct 2003 17:30:30 -0000 1.6
--- distutils.py 31 Oct 2003 18:56:14 -0000 1.7
***************
*** 67,70 ****
--- 67,73 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2003/10/31 18:56:14 dischi
+ # Add framework for plugin writing howto
+ #
# Revision 1.6 2003/10/19 17:30:30 dischi
# looks nicer
***************
*** 139,142 ****
--- 142,146 ----
replace('./contrib', 'share/freevo/contrib').\
replace('./Docs', 'share/doc/freevo-%s' %
version.__version__).\
+ replace('/plugin_writing/html', '/plugin_writing'). \
replace('./helpers', 'share/freevo/helpers'), files))
return result
***************
*** 215,217 ****
--- 219,222 ----
os.path.walk('./i18n', data_finder, data_files)
os.path.walk('./Docs/howto', data_finder, data_files)
+ os.path.walk('./Docs/plugin_writing/html', data_finder, data_files)
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog