diego
6fe2e9b0ac
Remove pointless dependency on xmllint.sh from phony xmllint target.
...
The individual language targets carry that dependency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30027 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:59:39 +00:00
diego
0ba35473eb
Drop pointless dependencies of the phony targets html-chunked and html-single.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30026 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:45:55 +00:00
diego
7cc9d58f73
Fix dependencies of html-chunked and html-single targets.
...
All the files generated by configure are required.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30025 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:42:59 +00:00
diego
8bc89968cf
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30024 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:40:55 +00:00
diego
bd1e209f88
Factorize all components generated by configure into a variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30023 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:39:22 +00:00
diego
318f59cc4d
Remove outdated comment about build system behavior.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30022 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:34:41 +00:00
diego
24d9de2ce4
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30021 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:25:40 +00:00
diego
62197a7183
Drop support for per-language XSL stylesheets.
...
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
2009-12-14 02:01:50 +00:00
diego
0886fd0089
Remove pointless Polish stylesheet; it provides no real benefit.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30019 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 02:00:25 +00:00
diego
a1c5ce6119
Drop support for per-language stylesheets.
...
In all these years nobody ever used this feature.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30018 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 01:51:42 +00:00
diego
130e2f9b67
Unconditionally symlink documentation files missing from a translation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30017 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 01:34:02 +00:00
diego
1f52f67652
Use variable for HTML stylesheet so individual languages can use their own.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30016 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 00:57:33 +00:00
diego
18c69ef780
Factorize stylesheet installation into its own target.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30015 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 00:42:46 +00:00
diego
b933c31df5
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30014 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-14 00:16:32 +00:00
diego
4a7eee5392
Factorize generating the list of all main.xml files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30013 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 23:59:10 +00:00
diego
82624ac049
configure also generates all main.xml files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30012 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 23:54:46 +00:00
diego
5ffe3cf479
Add html-chunk.xsl and html-single.xsl to targets generated by configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30011 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 23:50:38 +00:00
diego
01ebb2b49a
Avoid '&>' bashism for redirecting both stdout and stderr.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30010 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 23:48:20 +00:00
diego
d1cab97233
Simplify one more command via automatic variables.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30009 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 23:22:55 +00:00
diego
79e3b42c2a
Simplify setting COMMON_XSL_DEPS variable:
...
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
2009-12-13 23:17:11 +00:00
diego
b72afc004c
Do not build monolithic documentation in a separate directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30007 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 22:51:55 +00:00
diego
7952f2315e
- Remove now unnecessary dependency on intermediate directories.
...
- 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
2009-12-13 22:43:37 +00:00
diego
4e09307180
Do not pointlessly set the HTMLFILE variable when running xmllint.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30005 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 22:25:08 +00:00
diego
a1b76a2914
Simplify some commands via automatic variables.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30004 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 22:23:34 +00:00
diego
985b7e57ae
Create required directories directly without intermediate steps.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30003 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 22:15:50 +00:00
diego
05de890bad
Declare common dependencies for chunked and single HTML targets together.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30002 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 22:10:39 +00:00
diego
8c42f1b7bc
cosmetics: Remove pointless trailing /.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30001 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 21:51:09 +00:00
diego
11dc4089e7
xmllint.sh is not a phony target.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30000 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 21:43:31 +00:00
diego
464d2e597f
Do not use symlinks for translations that comprise all XML files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29999 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 21:33:24 +00:00
diego
24b378c00c
Remove pointless warning about Make being called from the wrong place.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29998 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 21:24:04 +00:00
diego
ca65466a05
Replace shell command substitution by Makefile syntax construct.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29996 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 12:41:17 +00:00
diego
dcd42d9779
Use automatic variables instead of the target name.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29995 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 12:38:16 +00:00
diego
e50d429186
Do not pointlessly remove all targets before recreating them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29994 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 12:31:26 +00:00
diego
5ef58f0351
Declare a dependency on xmllint instead of duplicating the target's commands.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29993 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-12-13 12:28:42 +00:00
Gabrov
4507c8aa2f
synced with r29912
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29918 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-16 15:20:57 +00:00
tack
629eee5817
Replace dead link explaining why not to use HTML on the mailing lists.
...
New link is http://efn.no/html-bad.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29902 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-11 15:15:46 +00:00
Gabrov
8768c51828
synced with r29670
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29671 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-11 15:47:43 +00:00
diego
88410adf68
Update documentation for libamr replacement by OpenCORE in FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29461 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-30 20:10:16 +00:00
Gabrov
83cc0834f5
synced with r29305
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29319 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-24 09:54:25 +00:00
diego
6e9cbdc104
whitespace cosmetics: Remove all trailing whitespace.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-13 02:58:57 +00:00
diego
b4f1c69f87
Remove redundant information about configuring MPlayer for GUI support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29285 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-09 18:47:18 +00:00
diego
2ac4d0d1fb
Move image formats section to a more appropriate place.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29284 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-09 18:13:48 +00:00
diego
27bc918ffe
Rename macosx video output driver to corevideo.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29252 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-04 16:55:05 +00:00
bircoph
9dea062bcc
Sync with r28984: 17% done.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29034 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-22 13:19:58 +00:00
rathann
8935c9e03c
Fix HTML docs generation, broken in r28980.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29004 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-19 19:44:11 +00:00
Gabrov
94aa1edab0
remove trailing whitespaces
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29001 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-19 11:30:29 +00:00
Gabrov
22ebda50b2
remove trailing whitespaces all over the place
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28999 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-19 11:18:04 +00:00
Gabrov
4d1d273061
synced with r28991
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28998 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-19 11:02:16 +00:00
bircoph
0c0d141564
Get rid of trailing whitespaces.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28984 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-17 18:44:06 +00:00
reimar
aa3f9662f1
Avoid an error at the end of chunked HTML doc generation.
...
Since doctype was added, xsltproc always needs a target _file_.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28980 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-03-17 11:47:27 +00:00