[Pyxine-checkins] pyxine ChangeLog,1.8,1.9 Makefile,1.4,1.5
Status: Pre-Alpha
Brought to you by:
dairiki
|
From: <da...@us...> - 2003-02-13 23:11:07
|
Update of /cvsroot/pyxine/pyxine In directory sc8-pr-cvs1:/tmp/cvs-serv25909 Modified Files: ChangeLog Makefile Log Message: New doc subdirectory. (Currently it only has the HTML version of the README.) Index: ChangeLog =================================================================== RCS file: /cvsroot/pyxine/pyxine/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ChangeLog 13 Feb 2003 19:51:27 -0000 1.8 +++ ChangeLog 13 Feb 2003 23:11:03 -0000 1.9 @@ -1,8 +1,12 @@ 2003-02-13 Geoffrey T. Dairiki <da...@da...> - + + * doc/: New subdirectory for documentation. (Currently the + only documentation is an HTML version of the README.) + * doc/Makefile: New file + * doc/pyxine.css: New file + Abstract some of the higher-level player functionality into pyxine.player.Player. - * pyxine/player.py: New file. * pyxine/__init__.py: Update __all__ * pyxine/Makefile(PYSOURCE): Add pyxine/player.py Index: Makefile =================================================================== RCS file: /cvsroot/pyxine/pyxine/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 12 Feb 2003 21:03:17 -0000 1.4 +++ Makefile 13 Feb 2003 23:11:03 -0000 1.5 @@ -23,7 +23,7 @@ # FIXME PYXINE_VERSION = 0.1alpha2 -SUBDIRS = pxlib pyxine test examples +SUBDIRS = pxlib pyxine test examples doc GEN_FILES = setup.py MANIFEST DIST_FILES= $(GEN_FILES) |