summaryrefslogtreecommitdiff
path: root/doc/faq/Makefile.am
AgeCommit message (Collapse)Author
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
2006-06-16Put quotes around `pwd` in case the working directory contains a space.Robin KAY
CVS patchset: 8043 CVS date: 2006/06/16 14:38:59
2006-06-15Fix build failure when $(srcdir) is an absolute path.Robin KAY
CVS patchset: 8040 CVS date: 2006/06/15 21:31:33
2004-09-12What files to delete should be hidden inside automake.Michael Roitzsch
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
2004-09-11doc/faq/Makefile.am:Stephen Torri
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
2004-09-08fix the build errors, sorry for the inconvenienceMichael Roitzsch
CVS patchset: 6948 CVS date: 2004/09/08 12:59:48
2004-09-06adding an FAQ entry on the blue screen problemMichael Roitzsch
CVS patchset: 6942 CVS date: 2004/09/06 14:01:18
2004-09-05autogen.sh:Stephen Torri
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
2004-08-25Testing the source documentation files manually - the circular dependency is ↵František Dvořák
always dropped, even with $(srcdir) != builddir. CVS patchset: 6904 CVS date: 2004/08/25 19:28:50
2004-08-16fix indentation and readd the "sleep 1" because we must ensure that theMichael Roitzsch
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
2004-08-12Fix problems building xine when sgmltools and/or fig2dev are not present.Robin KAY
CVS patchset: 6880 CVS date: 2004/08/12 07:26:59
2004-08-08Added two AM_CONDITIONAL for handling if sgmltools and fig2dev areStephen Torri
available. HAVE_SGMLTOOLS is set if sgmltools is installed and similar HAVE_FIG2DEV set for fig2dev. Fixed error in 'uninstall' rule in Makefile.in.in in the po/ directory. It was using the $(PACKAGE) variable in the line to remove the install po libraries. So it was looking for xine-lib.mo in all the $(localedir)/<catalog>/LC_Messages directory. Switched this to look for $(LIBNAME).mo files. This change matches the 'install' rule which names the files libxine1.mo CVS patchset: 6878 CVS date: 2004/08/08 00:34:17
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-08-03The ultimate solution (like v!@gra? :-)) for 'make dist' and srcdir != builddir.František Dvořák
CVS patchset: 6873 CVS date: 2004/08/03 19:35:11
2004-07-29Better fix for 'make dist' with srcdir != builddir.František Dvořák
CVS patchset: 6863 CVS date: 2004/07/29 19:24:50
2004-04-10Autostuff houskeeping:František Dvořák
- prepare also po/POTFILES.in by 'make dist' before updating po-files, so also new files with strings for translatiom will be included - make build proces working in separate directory CVS patchset: 6387 CVS date: 2004/04/10 20:35:27
2003-10-28build empty placeholders for those developers who do not have the necessaryMichael Roitzsch
tools installed, but force a rebuild during "make dist" CVS patchset: 5626 CVS date: 2003/10/28 16:55:05
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-26as Siggi and I agreed on: it is a bad idea to include pre-built versionsMichael Roitzsch
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
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11
2003-10-12looked over FAQ:Michael Roitzsch
* some small markup changes * Makefile support to build the html and txt version CVS patchset: 5493 CVS date: 2003/10/12 19:03:41
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-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-05adding the new sgml faqGuenter Bartsch
CVS patchset: 3780 CVS date: 2003/01/05 12:04:42