mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
Include HTML-single in README's.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11203 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01af53f132
commit
6f1bfe6ef8
10
DOCS/README
10
DOCS/README
@ -11,15 +11,19 @@ Thanks for reading MPlayer documentation !!!
|
|||||||
a, Enter the HTML/ directory, and there you'll find the documentation,
|
a, Enter the HTML/ directory, and there you'll find the documentation,
|
||||||
each language in its own subdirectory.
|
each language in its own subdirectory.
|
||||||
|
|
||||||
b, If the HTML/ directory doesn't contain your language, try the
|
b, If you prefer reading the documentation as a single big file it
|
||||||
subdirectories in this very same folder.
|
can be found in the HTML-single/ directory, each language in its
|
||||||
|
own subdirectory.
|
||||||
|
|
||||||
|
c, If the HTML/ or HTML-single/ directories doesn't contain your language,
|
||||||
|
try the subdirectories in this very same folder.
|
||||||
|
|
||||||
|
|
||||||
2. For "development" version users (i.e. CVS or CVS snapshots):
|
2. For "development" version users (i.e. CVS or CVS snapshots):
|
||||||
|
|
||||||
a, Enter the xml/ directory, and read the README file there to find
|
a, Enter the xml/ directory, and read the README file there to find
|
||||||
out how to build a HTML version of the XML documentation. It will
|
out how to build a HTML version of the XML documentation. It will
|
||||||
be created in the HTML/ directory.
|
be created in the HTML/ and HTML-single/ directories.
|
||||||
|
|
||||||
b, If the xml/ directory doesn't contain your language, try the
|
b, If the xml/ directory doesn't contain your language, try the
|
||||||
subdirectories in this very same folder.
|
subdirectories in this very same folder.
|
||||||
|
@ -2,9 +2,9 @@ The documentation and its translations reside in subdirectories.
|
|||||||
When building the documentation, the toplevel Makefile goes into
|
When building the documentation, the toplevel Makefile goes into
|
||||||
the subdirectories listed in the SUBDIRS variable and executes make
|
the subdirectories listed in the SUBDIRS variable and executes make
|
||||||
in each of those directories to create the HTML documentation
|
in each of those directories to create the HTML documentation
|
||||||
in subdirectories of the 'HTML' directory.
|
in subdirectories of the 'HTML' and 'HTML-single' directories.
|
||||||
|
|
||||||
IMPORTANT: Do NOT place sensitive files under 'HTML'!
|
IMPORTANT: Do NOT place sensitive files under 'HTML' or 'HTML-single'!
|
||||||
It is for generated documentation only.
|
It is for generated documentation only.
|
||||||
The whole directory tree is wiped out by the Makefile
|
The whole directory tree is wiped out by the Makefile
|
||||||
when running 'make distclean' or 'make clean-html'.
|
when running 'make distclean' or 'make clean-html'.
|
||||||
|
Loading…
Reference in New Issue
Block a user