summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Make XML documentation build process nonrecursive.diego2010-05-111-28/+0
* Get rid of pointless variable indirection for XSL stylesheets.diego2010-05-111-10/+4
* Pass a language variable to submakes instead of reading subdirectory Makefiles.diego2010-05-101-13/+16
* Put symlinks under revision control instead of generating them during make.diego2010-05-031-8/+3
* Filter list of missing source files so that it only contains nonexisting files.diego2009-12-141-2/+2
* Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.diego2009-12-141-1/+1
* Avoid hackish shell loop to symlink missing XML source files.diego2009-12-141-3/+1
* Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.diego2009-12-141-2/+2
* Reuse SYMLINKS_DEPS variable in the symlink targets.diego2009-12-141-1/+1
* Simplify shell command to symlink missing translated source files.diego2009-12-141-3/+1
* cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.diego2009-12-141-2/+2
* Drop support for per-language XSL stylesheets.diego2009-12-141-14/+0
* Drop support for per-language stylesheets.diego2009-12-141-4/+1
* Unconditionally symlink documentation files missing from a translation.diego2009-12-141-2/+1
* Use variable for HTML stylesheet so individual languages can use their own.diego2009-12-141-1/+1
* Factorize stylesheet installation into its own target.diego2009-12-141-4/+5
* Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.diego2009-12-141-2/+2
* Simplify one more command via automatic variables.diego2009-12-131-1/+1
* Simplify setting COMMON_XSL_DEPS variable:diego2009-12-131-5/+1
* cosmetics: Remove pointless trailing /.diego2009-12-131-1/+1
* Remove pointless warning about Make being called from the wrong place.diego2009-12-131-11/+0
* Replace shell command substitution by Makefile syntax construct.diego2009-12-131-1/+1
* Use automatic variables instead of the target name.diego2009-12-131-2/+2
* Do not pointlessly remove all targets before recreating them.diego2009-12-131-2/+0
* Declare a dependency on xmllint instead of duplicating the target's commands.diego2009-12-131-4/+2
* nonrecursive releaseclean targetdiego2009-01-051-5/+1
* Move phony target declaration to the bottom of the file; add distclean target.diego2008-04-221-1/+2
* Simplify link removal.diego2006-04-171-3/+1
* Support syntax checking onlywight2005-04-111-1/+4
* Make symlinks behavior more sensible - regenerate symlinks (and documentation)wight2004-08-081-4/+6
* Move symlinks to a separate targetwight2004-01-301-16/+10
* Simplifications and bug fixes by Torinthiel.diego2004-01-301-21/+19
* Make the build system print everything it does.diego2004-01-241-14/+14
* Shiny new build system by Torinthiel, polished and improved by myself.diego2004-01-201-11/+12
* Based on previous lines and nonsense of this I guess this filewight2003-11-251-1/+1
* less verbositydiego2003-11-161-3/+3
* now distclean will run on systems which don't have 'readlink'gabucino2003-11-061-6/+2
* Dependencies for autogenerated files added.diego2003-10-301-2/+2
* Linebreaks added for improved readability, long lines in error messagediego2003-10-291-7/+35
* html.xsl ---> html-single.xsl + more consistency + small fixesdiego2003-10-211-17/+17
* Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)lumag2003-10-201-4/+33
* Support for building incomplete translations.diego2003-10-081-0/+4
* I don't think, that anybody likes seeng rm -f /* command :)lumag2003-09-211-0/+1
* XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with somediego2003-06-181-12/+6
* Add support for the Saxon XSLT Processor.lumag2003-04-301-1/+5
* XML version of MPlayer's docnicolas2003-03-231-0/+27