diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 19:06:43 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 19:06:43 +0000 |
commit | 60239a297dd0e7a6454dbd15de9d0186dea93c14 (patch) | |
tree | 631575dda5455ec4b4e0e7695dad2b41a0bbfd75 /doc/hackersguide/README | |
parent | 102661e8630883383e0a0c1d2d31765cce1ebc84 (diff) | |
download | xine-lib-60239a297dd0e7a6454dbd15de9d0186dea93c14.tar.gz xine-lib-60239a297dd0e7a6454dbd15de9d0186dea93c14.tar.bz2 |
updated hackersguide:
* added some small pieces
* incorporated some former READMEs and Mike's fabulous demuxer and decoder doc
* splitted into multiple files
* made new drawings (hopefully I am not the only one to understand them)
* Makefile support for building a HTML version which is now
installed in the user's doc directory
CVS patchset: 5494
CVS date: 2003/10/12 19:06:43
Diffstat (limited to 'doc/hackersguide/README')
-rw-r--r-- | doc/hackersguide/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/hackersguide/README b/doc/hackersguide/README index a9fb6d443..f8c17e89c 100644 --- a/doc/hackersguide/README +++ b/doc/hackersguide/README @@ -35,6 +35,11 @@ to generate pdf $ sgmltools -b pdf hackersguide.sgml +building the hackersguide.html +------------------------------ + +The easy way to build everything is to issue a "make docs" here. + --- version of this file: - $Id: README,v 1.2 2002/02/07 22:47:22 guenter Exp $ + $Id: README,v 1.3 2003/10/12 19:06:43 mroi Exp $ |