<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/doc/hackersguide, branch 1-rc7</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>What files to delete should be hidden inside automake.</title>
<updated>2004-09-12T16:01:15+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-12T16:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1f5b028c86a58965244c3d034425127c26e72b24'/>
<id>1f5b028c86a58965244c3d034425127c26e72b24</id>
<content type='text'>
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour

CVS patchset: 6965
CVS date: 2004/09/12 16:01:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour

CVS patchset: 6965
CVS date: 2004/09/12 16:01:15

</pre>
</div>
</content>
</entry>
<entry>
<title>doc/faq/Makefile.am:</title>
<updated>2004-09-11T02:07:26+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-09-11T02:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=262d48fca56ac30343785c92a066bdfa8bc17e63'/>
<id>262d48fca56ac30343785c92a066bdfa8bc17e63</id>
<content type='text'>
doc/hackersguide/Makefile.am:
    - Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
    - Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
    - Add suggestion to use make distcheck (See info automake -
      searching for distcheck for a more thorough review of the
      commands ability).

CVS patchset: 6956
CVS date: 2004/09/11 02:07:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc/hackersguide/Makefile.am:
    - Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
    - Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
    - Add suggestion to use make distcheck (See info automake -
      searching for distcheck for a more thorough review of the
      commands ability).

CVS patchset: 6956
CVS date: 2004/09/11 02:07:26

</pre>
</div>
</content>
</entry>
<entry>
<title>fix the build errors, sorry for the inconvenience</title>
<updated>2004-09-08T12:59:48+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-08T12:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9ceff89560476055bf00c8c0e89d0f90c1af75de'/>
<id>9ceff89560476055bf00c8c0e89d0f90c1af75de</id>
<content type='text'>
CVS patchset: 6948
CVS date: 2004/09/08 12:59:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6948
CVS date: 2004/09/08 12:59:48

</pre>
</div>
</content>
</entry>
<entry>
<title>* make the output a little more silent (do not echo the make commands)</title>
<updated>2004-09-06T14:04:56+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-06T14:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e1ea9c13f9d15c4f9bf1372678fe9827be626be0'/>
<id>e1ea9c13f9d15c4f9bf1372678fe9827be626be0</id>
<content type='text'>
* use the better "touch" method by Frantisek
* introduce a distcheck_lax variable for those who want to do a distcheck,
  but are too lazy to install all the tools
  (of course this should never be used for an actual release)

CVS patchset: 6943
CVS date: 2004/09/06 14:04:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use the better "touch" method by Frantisek
* introduce a distcheck_lax variable for those who want to do a distcheck,
  but are too lazy to install all the tools
  (of course this should never be used for an actual release)

CVS patchset: 6943
CVS date: 2004/09/06 14:04:56

</pre>
</div>
</content>
</entry>
<entry>
<title>autogen.sh:</title>
<updated>2004-09-05T02:14:38+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-09-05T02:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b6194b818abadf3054c9a72df8a72e491507985a'/>
<id>b6194b818abadf3054c9a72df8a72e491507985a</id>
<content type='text'>
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.

CVS patchset: 6939
CVS date: 2004/09/05 02:14:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.

CVS patchset: 6939
CVS date: 2004/09/05 02:14:38

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail on read-only source filesystem when fig2dev isn't installed.</title>
<updated>2004-08-28T19:54:01+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-08-28T19:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=202bc840c6d4821d24a8b5b0c44037e2b38ee79d'/>
<id>202bc840c6d4821d24a8b5b0c44037e2b38ee79d</id>
<content type='text'>
CVS patchset: 6914
CVS date: 2004/08/28 19:54:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6914
CVS date: 2004/08/28 19:54:01

</pre>
</div>
</content>
</entry>
<entry>
<title>Testing the source documentation files manually - the circular dependency is always dropped, even with $(srcdir) != builddir.</title>
<updated>2004-08-25T19:28:50+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-08-25T19:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9f6ed0fb794009567dcfd8d199ef3ef42a83fad0'/>
<id>9f6ed0fb794009567dcfd8d199ef3ef42a83fad0</id>
<content type='text'>
CVS patchset: 6904
CVS date: 2004/08/25 19:28:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6904
CVS date: 2004/08/25 19:28:50

</pre>
</div>
</content>
</entry>
<entry>
<title>document forgotten directory</title>
<updated>2004-08-16T15:19:13+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-16T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f1cd0663db0da10e3e89b8c89696755ae66e4cab'/>
<id>f1cd0663db0da10e3e89b8c89696755ae66e4cab</id>
<content type='text'>
CVS patchset: 6884
CVS date: 2004/08/16 15:19:13

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6884
CVS date: 2004/08/16 15:19:13

</pre>
</div>
</content>
</entry>
<entry>
<title>fix indentation and readd the "sleep 1" because we must ensure that the</title>
<updated>2004-08-16T15:18:37+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-16T15:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91d34cd5ca416b490421584e569f40bedb89caf1'/>
<id>91d34cd5ca416b490421584e569f40bedb89caf1</id>
<content type='text'>
source is newer than the target to enforce rebuilding once the tools
have been installed

CVS patchset: 6883
CVS date: 2004/08/16 15:18:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
source is newer than the target to enforce rebuilding once the tools
have been installed

CVS patchset: 6883
CVS date: 2004/08/16 15:18:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems building xine when sgmltools and/or fig2dev are not present.</title>
<updated>2004-08-12T07:26:59+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2004-08-12T07:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b6ff458329367c2c7c3540d584b47dc0144caa4c'/>
<id>b6ff458329367c2c7c3540d584b47dc0144caa4c</id>
<content type='text'>
CVS patchset: 6880
CVS date: 2004/08/12 07:26:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6880
CVS date: 2004/08/12 07:26:59

</pre>
</div>
</content>
</entry>
</feed>
