summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make XML documentation build process nonrecursive.diego2010-05-111-28/+0
| | | | | | | This greatly simplifies the documentation build process and the Makefiles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of pointless variable indirection for XSL stylesheets.diego2010-05-111-10/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass a language variable to submakes instead of reading subdirectory Makefiles.diego2010-05-101-13/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put symlinks under revision control instead of generating them during make.diego2010-05-031-8/+3
| | | | | | | This simplifies the build system and should have no practical disadvantage. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Filter list of missing source files so that it only contains nonexisting files.diego2009-12-141-2/+2
| | | | | | | Thus those files can be symlinked directly without testing if they exist. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid hackish shell loop to symlink missing XML source files.diego2009-12-141-3/+1
| | | | | | | Instead, employ make syntax to generate the shell command arguments. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.diego2009-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse SYMLINKS_DEPS variable in the symlink targets.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify shell command to symlink missing translated source files.diego2009-12-141-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30034 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.diego2009-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop support for per-language XSL stylesheets.diego2009-12-141-14/+0
| | | | | | | The feature was never properly used and provides little benefit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop support for per-language stylesheets.diego2009-12-141-4/+1
| | | | | | | In all these years nobody ever used this feature. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally symlink documentation files missing from a translation.diego2009-12-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use variable for HTML stylesheet so individual languages can use their own.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factorize stylesheet installation into its own target.diego2009-12-141-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.diego2009-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify one more command via automatic variables.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify setting COMMON_XSL_DEPS variable:diego2009-12-131-5/+1
| | | | | | | Use $(wildcard ) directly instead of using it to control a conditional. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30008 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove pointless trailing /.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless warning about Make being called from the wrong place.diego2009-12-131-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace shell command substitution by Makefile syntax construct.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use automatic variables instead of the target name.diego2009-12-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not pointlessly remove all targets before recreating them.diego2009-12-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Declare a dependency on xmllint instead of duplicating the target's commands.diego2009-12-131-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29993 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonrecursive releaseclean targetdiego2009-01-051-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move phony target declaration to the bottom of the file; add distclean target.diego2008-04-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26492 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify link removal.diego2006-04-171-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support syntax checking onlywight2005-04-111-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make symlinks behavior more sensible - regenerate symlinks (and documentation)wight2004-08-081-4/+6
| | | | | | | only when it is needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move symlinks to a separate targetwight2004-01-301-16/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplifications and bug fixes by Torinthiel.diego2004-01-301-21/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the build system print everything it does.diego2004-01-241-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shiny new build system by Torinthiel, polished and improved by myself.diego2004-01-201-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Based on previous lines and nonsense of this I guess this filewight2003-11-251-1/+1
| | | | | | | | shouldn't be here. Who gets to drink? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11526 b3059339-0415-0410-9bf9-f77b7e298cf2
* less verbositydiego2003-11-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11469 b3059339-0415-0410-9bf9-f77b7e298cf2
* now distclean will run on systems which don't have 'readlink'gabucino2003-11-061-6/+2
| | | | | | | anyway dunno why it was used in this target git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11402 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dependencies for autogenerated files added.diego2003-10-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Linebreaks added for improved readability, long lines in error messagediego2003-10-291-7/+35
| | | | | | | broken, unnecessary code commented out. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11311 b3059339-0415-0410-9bf9-f77b7e298cf2
* html.xsl ---> html-single.xsl + more consistency + small fixesdiego2003-10-211-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)lumag2003-10-201-4/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for building incomplete translations.diego2003-10-081-0/+4
| | | | | | | Patch by Dmitry Baryshkov <mitya@school.ioffe.ru>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11046 b3059339-0415-0410-9bf9-f77b7e298cf2
* I don't think, that anybody likes seeng rm -f /* command :)lumag2003-09-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10915 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with somediego2003-06-181-12/+6
| | | | | | | modifications and improvements by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for the Saxon XSLT Processor.lumag2003-04-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10026 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML version of MPlayer's docnicolas2003-03-231-0/+27
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9675 b3059339-0415-0410-9bf9-f77b7e298cf2