summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2007-01-26Fix make dist.Diego 'Flameeyes' Pettenò
CVS patchset: 8566 CVS date: 2007/01/26 17:49:08
2007-01-21Use docdir and htmldir as basedir to install the documentation into; these ↵Diego 'Flameeyes' Pettenò
are defined by default by autoconf 2.61, so I've added code to define them when they are missing. CVS patchset: 8536 CVS date: 2007/01/21 01:44:33
2005-02-03**BUGFIX**František Dvořák
Documentation about Win32 platform. Do we attract more developers? :-) (marked as bugfix, because it belongs to stable branch too) CVS patchset: 7380 CVS date: 2005/02/03 19:40:14
2004-11-14Added xxmc plugin user documentation.Thomas Hellström
CVS patchset: 7124 CVS date: 2004/11/14 21:59:28
2004-08-07new approach on the SGML problems:Michael Roitzsch
* copy the sgml files from $(srcdir) to . if the one in $(srcdir) is newer (if not building to a separate dir, this will be a circular dependency which is ignored) * convert the SGML file inside . if the source is newer than the target and sgmltools are available * if sgmltools are not available, fail during "make dist" or create dummy files otherwise (the dummy creation still ensures that the source is newer than the target by touching the files, this way the files will be built correctly if you install sgmltools later) * use a clean-docs target during distclean * advantage: read-only $(srcdir) should work now CVS patchset: 6877 CVS date: 2004/08/07 15:30:16
2004-05-07removing README.config_en, since all config entries are now documentedMichael Roitzsch
with help strings CVS patchset: 6493 CVS date: 2004/05/07 13:33:57
2003-10-27* removing README.dxr3_pl (it was the only translated file of the READMEsMichael Roitzsch
and was more than half a year old - translators already have enough to do) * simplifying Makefiles * small README reorg CVS patchset: 5613 CVS date: 2003/10/27 11:13:55
2003-10-22remove some outdated documentation and update Makefile to not include nowMichael Roitzsch
missing files CVS patchset: 5571 CVS date: 2003/10/22 16:50:50
2003-10-12* removed READMEs which are now part of the hackersguideMichael Roitzsch
* some small updates CVS patchset: 5495 CVS date: 2003/10/12 19:07:40
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-07some notes on network cd/dvdMiguel Freitas
CVS patchset: 4796 CVS date: 2003/05/07 18:45:00
2003-01-13update toplevel readme, remove all traces of abandoned xine-lib api ↵Guenter Bartsch
manpages, remove no-longer-existing dvb_channels from make dist CVS patchset: 3890 CVS date: 2003/01/13 12:28:14
2003-01-05fixing a copyright, bringing back the old READMEs to the xine-lib tarball, ↵Guenter Bartsch
improve makefiles so hopefully documentation is installed in the right place, add text version of the faq CVS patchset: 3783 CVS date: 2003/01/05 13:11:53
2003-01-05fix typoGuenter Bartsch
CVS patchset: 3781 CVS date: 2003/01/05 12:09:15
2003-01-05adding the new sgml faqGuenter Bartsch
CVS patchset: 3780 CVS date: 2003/01/05 12:04:42
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-11-01I forgot 'make dist' againMichael Roitzsch
CVS patchset: 3125 CVS date: 2002/11/01 17:36:23
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-02-05added minimum support for hackersguideSiggi Langauf
CVS patchset: 1475 CVS date: 2002/02/05 18:17:21
2001-10-09cleanupHeiko Schaefer
CVS patchset: 777 CVS date: 2001/10/09 15:02:03
2001-10-05Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.Daniel Caujolle-Bert
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
2001-09-27Fixed aalib checks. xine-config will contain thread cflags. Update installDaniel Caujolle-Bert
docs files. CVS patchset: 699 CVS date: 2001/09/27 01:42:42
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-08-27FAQ updatesGuenter Bartsch
CVS patchset: 506 CVS date: 2001/08/27 09:33:20
2001-08-22README.xinerc and README.dxr3 were not installed becauseEduard Hasenleithner
they are not contained in xine-ui. Fixed. CVS patchset: 465 CVS date: 2001/08/22 17:06:43
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵Daniel Caujolle-Bert
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25
2001-07-22README.dxr3 was missing from the distribution :(Eduard Hasenleithner
CVS patchset: 328 CVS date: 2001/07/22 19:59:13
2001-07-22added a README.xinerc where end-user .xinerc options can be documentedGuenter Bartsch
CVS patchset: 323 CVS date: 2001/07/22 12:55:31
2001-07-21Move FAQ to doc dir, rename some doc files. All current docs aren't ↵Daniel Caujolle-Bert
installed by xine-lib but xine-ui. CVS patchset: 318 CVS date: 2001/07/21 23:06:54
2001-07-17Cleanup (first stage) docs/mans.Daniel Caujolle-Bert
CVS patchset: 297 CVS date: 2001/07/17 15:40:14
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-04-21Turned demuxers into plugins. Change plugins naming scheme (seeDaniel Caujolle-Bert
xine_internal.h). Fixed load_plugins* to new API. Add iface version into demux_plugin_t, add version checking into init_demux_plugin. Fixed get_identifier from demuxers (void param). Turned libw32dll into codec plugin (only compiling side yet). CVS patchset: 11 CVS date: 2001/04/21 00:14:39
2001-04-19Create api doc dir if not exist.Daniel Caujolle-Bert
CVS patchset: 8 CVS date: 2001/04/19 23:32:27
2001-04-19Add doxygen support. just do 'make docs', and html version will beDaniel Caujolle-Bert
created into doc/xine-lib-API/html subdir. This is a pre-alpha API documentation, you're warned ;-). CVS patchset: 7 CVS date: 2001/04/19 23:13:09
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39