log DOCS/xml/Makefile.inc @ 31102:b604051c30a3

age author description
Tue, 11 May 2010 11:52:41 +0000 diego Get rid of pointless variable indirection for XSL stylesheets.
Mon, 10 May 2010 23:39:16 +0000 diego Pass a language variable to submakes instead of reading subdirectory Makefiles.
Mon, 03 May 2010 23:00:58 +0000 diego Put symlinks under revision control instead of generating them during make.
Mon, 14 Dec 2009 12:03:02 +0000 diego Filter list of missing source files so that it only contains nonexisting files.
Mon, 14 Dec 2009 04:06:25 +0000 diego Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
Mon, 14 Dec 2009 03:50:34 +0000 diego Avoid hackish shell loop to symlink missing XML source files.
Mon, 14 Dec 2009 03:43:54 +0000 diego Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
Mon, 14 Dec 2009 03:35:26 +0000 diego Reuse SYMLINKS_DEPS variable in the symlink targets.
Mon, 14 Dec 2009 03:32:12 +0000 diego Simplify shell command to symlink missing translated source files.
Mon, 14 Dec 2009 02:25:40 +0000 diego cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
Mon, 14 Dec 2009 02:01:50 +0000 diego Drop support for per-language XSL stylesheets.
Mon, 14 Dec 2009 01:51:42 +0000 diego Drop support for per-language stylesheets.
Mon, 14 Dec 2009 01:34:02 +0000 diego Unconditionally symlink documentation files missing from a translation.
Mon, 14 Dec 2009 00:57:33 +0000 diego Use variable for HTML stylesheet so individual languages can use their own.
Mon, 14 Dec 2009 00:42:46 +0000 diego Factorize stylesheet installation into its own target.