comparison DOCS/xml/README.maintainers @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 2a55ab2aff1d
children c00cb80e3c18
comparison
equal deleted inserted replaced
30989:686241d65b86 30990:0ad2da052b2e
3 the subdirectories listed in the SUBDIRS variable and executes make 3 the subdirectories listed in the SUBDIRS variable and executes make
4 in each of those directories to create the HTML documentation 4 in each of those directories to create the HTML documentation
5 in subdirectories of the 'HTML' directory. 5 in subdirectories of the 'HTML' directory.
6 6
7 IMPORTANT: Do NOT place sensitive files under 'HTML'! 7 IMPORTANT: Do NOT place sensitive files under 'HTML'!
8 It is for generated documentation only. 8 It is for generated documentation only.
9 The whole directory tree is wiped out by the Makefile 9 The whole directory tree is wiped out by the Makefile
10 when running 'make distclean' or 'make clean'. 10 when running 'make distclean' or 'make clean'.
11 11
12 Each subdirectory must have a Makefile. Its purpose is to include 12 Each subdirectory must have a Makefile. Its purpose is to include
13 the toplevel Makefile.inc file (with the rules to build the docs) 13 the toplevel Makefile.inc file (with the rules to build the docs)
14 and add dependency information to the main target, $(HTMLDIR)/index.html. 14 and add dependency information to the main target, $(HTMLDIR)/index.html.
15 The main target usually depends on all the XML files in the subdirectory. 15 The main target usually depends on all the XML files in the subdirectory.