summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove DOCS/xmlwm42012-07-281-54/+0
| | | | | | This contained _some_ documentation, but it was all old, crappy, barely maintained. Even if it was maintained, uau hasn't merged back changes for years.
* DOCS/xml/Makefile: Remove help target that prints available targetsdiego2010-11-021-16/+2
| | | | | | The Makefile should now be simple enough to understand without it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31583 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml: Get rid of xsltproc wrapper redirectiondiego2010-11-021-3/+3
| | | | | | Run commands directly from make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31538 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml: Move xsltproc target file hack to the Makefile.diego2010-11-021-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31537 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml: Get rid of xmllint wrapper redirectiondiego2010-11-021-3/+4
| | | | | | Run commands directly from make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31534 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Use the directory part of the stylesheet path to create a directory.diego2010-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31168 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Invoke all shell scripts during XML documentation build directly.diego2010-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create output directory when copying stylesheet.diego2010-05-111-5/+3
| | | | | | | This eliminates one rule and simplifies dependencies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not run xmllint prior to building the XML documentation.diego2010-05-111-2/+2
| | | | | | | | xmllint is just a convenient way to check for syntax errors; it is not a requirement to build the documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31164 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.diego2010-05-111-3/+3
| | | | | | | | | | Since the xmllint-* targets are phony, they should never be a dependency of real targets, so make them a dependency of the phony html-chunked-* / html-single-* targets instead. This is just as correct, but now the docs are regenerated when dependencies change and not with every make invocation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only mark targets whose names end in "clean" as phony.diego2010-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make XML documentation build process nonrecursive.diego2010-05-111-7/+12
| | | | | | | 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
* Pass a language variable to submakes instead of reading subdirectory Makefiles.diego2010-05-101-2/+2
| | | | 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-1/+0
| | | | | | | 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
* Simplify the evaluation of the lang-def template:diego2009-12-161-8/+8
| | | | | | | | Use the language variable directly in the template instead of passing the language variable as a parameter to $(call). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore errors from failing rm commands in clean targets.diego2009-12-141-4/+4
| | | | | | | This is also the policy we have in the top-level Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not ignore errors from mkdir invocations.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30032 b3059339-0415-0410-9bf9-f77b7e298cf2
* The general xmllint target should only check configured languages.diego2009-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve declaration of phony targets.diego2009-12-141-1/+2
| | | | | | | This prevents configure from being rerun all the time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factorize dependencies of language-specific HTML generation targets.diego2009-12-141-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30029 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2009-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30028 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless dependency on xmllint.sh from phony xmllint target.diego2009-12-141-1/+1
| | | | | | | The individual language targets carry that dependency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop pointless dependencies of the phony targets html-chunked and html-single.diego2009-12-141-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix dependencies of html-chunked and html-single targets.diego2009-12-141-3/+3
| | | | | | | All the files generated by configure are required. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factorize all components generated by configure into a variable.diego2009-12-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.diego2009-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factorize generating the list of all main.xml files.diego2009-12-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30013 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure also generates all main.xml files.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30012 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add html-chunk.xsl and html-single.xsl to targets generated by configure.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not build monolithic documentation in a separate directory.diego2009-12-131-10/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30007 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Remove now unnecessary dependency on intermediate directories.diego2009-12-131-2/+2
| | | | | | | | | - Update README.maintainers to reflect that the monolithic documentation is no longer built in a separate dir (accidentally committed part that belongs to the next committed revision). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not pointlessly set the HTMLFILE variable when running xmllint.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify some commands via automatic variables.diego2009-12-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create required directories directly without intermediate steps.diego2009-12-131-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Declare common dependencies for chunked and single HTML targets together.diego2009-12-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30002 b3059339-0415-0410-9bf9-f77b7e298cf2
* xmllint.sh is not a phony target.diego2009-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not run mkdir in a subshell.diego2009-01-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28258 b3059339-0415-0410-9bf9-f77b7e298cf2
* Skip pointless ignoring return value of 'rm -f'.diego2009-01-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28257 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonrecursive releaseclean targetdiego2009-01-051-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28256 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move clean targets to the bottom.diego2009-01-051-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless language-specific clean and distclean targets.diego2009-01-041-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subsume clean-html-chunked and clean-html-single targets into clean target.diego2009-01-041-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of pointless chunked-dir and single-dir targets.diego2009-01-041-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify phony target declaration.diego2009-01-041-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only build the documentation in the languages requested from configure.diego2008-07-191-11/+10
| | | | | | | | Fixes Bugzilla #978. inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27328 b3059339-0415-0410-9bf9-f77b7e298cf2
* italian xml/html docs translation - first step. up till now accented vowels areptt2007-06-081-1/+1
| | | | | | | | vowels are written as <vowel>', i'll change them all together to html codes at the end :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge all .PHONY target declarations.diego2007-03-071-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22485 b3059339-0415-0410-9bf9-f77b7e298cf2
* svn move xml/zh to xml/zh_CNkraymer2006-12-181-1/+1
| | | | | | | | | * this is the appropriate, unique name * fixes docbook compile warnings * fixes docbook-generated text ("Warning", "Note", ..) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial Chinese translation, by Kun Niu, haoniukun gmail comtorinthiel2006-12-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21641 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove mkdir warningskraymer2006-10-221-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20374 b3059339-0415-0410-9bf9-f77b7e298cf2
* English docs should be built first.diego2006-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18127 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for German translationkraymer2006-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls, test is not necessary before creating directories,diego2006-03-261-4/+4
| | | | | | | discarding the return value of mkdir is just as good. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build incomplete Russian docs last.diego2005-12-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17276 b3059339-0415-0410-9bf9-f77b7e298cf2
* releaseclean should now work as expected, crate of Coke going in my direction.diego2005-04-151-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixgpoirier2005-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support syntax checking onlywight2005-04-111-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add releaseclean target to remove generated files but keep the HTML.diego2005-04-101-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15102 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added cs subdirectory.jheryan2005-01-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14394 b3059339-0415-0410-9bf9-f77b7e298cf2
* hungarian xml docsalex2004-06-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Structure rewritten, to allow single language build and some simplifications.wight2004-01-291-20/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11884 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the build system print everything it does.diego2004-01-241-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build target names shortened.diego2004-01-201-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shiny new build system by Torinthiel, polished and improved by myself.diego2004-01-201-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11818 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
* Dependencies for autogenerated files added.diego2003-10-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2
* html.xsl ---> html-single.xsl + more consistency + small fixesdiego2003-10-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Big consistency overhaul, targets and variables renamed to *-single anddiego2003-10-211-25/+24
| | | | | | | *-chunked, single files now have subdir structure as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)lumag2003-10-201-10/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also build Polish documentation.diego2003-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11131 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean -> clean-htmlgabucino2003-10-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11064 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix two missing slashes.lumag2003-10-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for building incomplete translations.diego2003-10-081-5/+9
| | | | | | | Patch by Dmitry Baryshkov <mitya@school.ioffe.ru>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11046 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with somediego2003-06-181-57/+12
| | | | | | | modifications and improvements by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10310 b3059339-0415-0410-9bf9-f77b7e298cf2
* fr version addednicolas2003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for the Saxon XSLT Processor.lumag2003-04-301-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvement: don't create empty dirs.lumag2003-03-301-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9760 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML version of MPlayer's docnicolas2003-03-231-0/+76
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9675 b3059339-0415-0410-9bf9-f77b7e298cf2