diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 10:44:39 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 10:44:39 +0000 |
commit | 65755ffce4852d5ddefe3b77bb4f2cbf76fadbfe (patch) | |
tree | ea34fa4f5c1e2bfd1ea5c32f35748a1d05306dd3 /doc/hackersguide/overview.sgml | |
parent | 427b48a2961792a5fd385bde5f1cc54320870b2c (diff) | |
download | xine-lib-65755ffce4852d5ddefe3b77bb4f2cbf76fadbfe.tar.gz xine-lib-65755ffce4852d5ddefe3b77bb4f2cbf76fadbfe.tar.bz2 |
as Siggi and I agreed on: it is a bad idea to include pre-built versions
of the SGML and FIG files in the cvs, not only does it provoke inconsistencies,
it also breaks the current automatic update on xinehq.de, so:
* remove any pre-built files from CVS
* modify the Makefile's so that a "make dist" always rebuilds those files;
that way, it is ensured that up-to-date pre-built versions are included
in the release tarball so users don't need to install the whole docbook
toolchain just to read the FAQ in HTML
CVS patchset: 5599
CVS date: 2003/10/26 10:44:39
Diffstat (limited to 'doc/hackersguide/overview.sgml')
-rw-r--r-- | doc/hackersguide/overview.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/hackersguide/overview.sgml b/doc/hackersguide/overview.sgml index 833d966b4..acbac5f39 100644 --- a/doc/hackersguide/overview.sgml +++ b/doc/hackersguide/overview.sgml @@ -12,7 +12,10 @@ Directories marked with "(imported)" contain code that is copied from an external project into xine-lib. Everything below such a directory is up to this project. When modifying - code there, be sure to send the patches on. + code there, be sure to send the patches on. If some xine specific + adaptation of the code is absolutely necessary, a patch containing + the changes should be stored in CVS to not loose the changes the + next time we sync with the external project. </para> <para> <variablelist> |