annotate DOCS/xml/Makefile.inc @ 11841:67550c3b21a5

Make the build system print everything it does.
author diego
date Sat, 24 Jan 2004 22:31:11 +0000
parents 19919e913e3d
children b09020364bfb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9674
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 #
10309
3c0e1b182fbc XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with some
diego
parents: 10025
diff changeset
2 # Makefile.inc for Makefiles in subdirectories.
9674
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 #
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
4
11206
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
5 # Use customized html-chunk.xsl and/or html-single.xsl file if they exist...
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
6 # Also add html-common.xsl to depends if it exists.
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
7 ifeq (html-chunk.xsl,$(wildcard html-chunk.xsl))
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
8 HTML_CHUNK_XSL := html-chunk.xsl
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
9 ifeq (html-common.xsl,$(wildcard html-common.xsl))
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
10 CHUNK_XSL_DEPS := $(HTML_CHUNK_XSL) html-common.xsl ../html-chunk.xsl ../html-common.xsl
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
11 else
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
12 CHUNK_XSL_DEPS := $(HTML_CHUNK_XSL) ../html-chunk.xsl ../html-common.xsl
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
13 endif
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
14 else
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
15 HTML_CHUNK_XSL := ../html-chunk.xsl
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
16 CHUNK_XSL_DEPS := $(HTML_CHUNK_XSL) ../html-common.xsl
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
17 endif
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
18
11206
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
19 ifeq (html-single.xsl,$(wildcard html-single.xsl))
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
20 HTML_SINGLE_XSL := html-single.xsl
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
21 ifeq (html-common.xsl,$(wildcard html-common.xsl))
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
22 XSL_DEPS := $(HTML_SINGLE_XSL) html-common.xsl ../html-single.xsl ../html-common.xsl
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
23 else
11525
c35bdb0a16eb Based on previous lines and nonsense of this I guess this file
wight
parents: 11468
diff changeset
24 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-single.xsl ../html-common.xsl
11206
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
25 endif
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
26 else
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
27 HTML_SINGLE_XSL := ../html-single.xsl
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
28 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
29 endif
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
30
10309
3c0e1b182fbc XML autoconfiguration by Dmitry Baryshkov <lumag@qnc.ru> with some
diego
parents: 10025
diff changeset
31 # Fall back to the default HTML stylesheet if none is specified.
9674
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 HTML_STYLESHEET ?= ../default.css
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
33
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 # This is the main target...
11206
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
35 all: html-chunked html-single
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
36 html-chunked: $(HTMLDIR)/index.html
11206
e7534574320c html.xsl ---> html-single.xsl + more consistency + small fixes
diego
parents: 11188
diff changeset
37 html-single: $(HTMLFILE)
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
38
11817
19919e913e3d Shiny new build system by Torinthiel, polished and improved by myself.
diego
parents: 11525
diff changeset
39 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS)
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
40 if test "$(HTMLDIR)" = "" ; then \
11310
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
41 echo "Error: HTMLDIR not set!!!"; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
42 echo "Typically this means, that you've run make from a subdir of DOCS/xml."; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
43 echo "Don't do this!"; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
44 false; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
45 fi
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
46 if test "$(USE_SYMLINKS)" = "yes" ; then \
11310
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
47 for file in ../en/*.xml ; do \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
48 if ! test -r `basename $$file` ; then \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
49 ln -s $$file `basename $$file` ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
50 fi ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
51 done ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
52 fi
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
53 -rm -f $(HTMLDIR)/*
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
54 ../xmllint.sh $<
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
55 cp -f $(HTML_STYLESHEET) $(HTMLDIR)/
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
56 ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
57
11817
19919e913e3d Shiny new build system by Torinthiel, polished and improved by myself.
diego
parents: 11525
diff changeset
58 $(HTMLFILE): main.xml $(XSL_DEPS)
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
59 if test "$(HTMLFILE)" = "" ; then \
11310
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
60 echo "Error: HTMLFILE not set!!!"; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
61 echo "Typically this means, that you've run make from a subdir of DOCS/xml."; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
62 echo "Don't do this!"; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
63 false; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
64 fi
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
65 if test "$(USE_SYMLINKS)" = "yes" ; then \
11310
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
66 for file in ../en/*.xml ; do \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
67 if ! test -r `basename $$file` ; then \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
68 ln -s $$file `basename $$file` ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
69 fi ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
70 done ; \
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
71 fi
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
72 -rm -f $(HTMLFILE)
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
73 ../xmllint.sh $<
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
74 cp -f $(HTML_STYLESHEET) `dirname $(HTMLFILE)`
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
75 ../xsltproc.sh $(HTMLFILE) $(HTML_SINGLE_XSL) $<
9674
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
76
11817
19919e913e3d Shiny new build system by Torinthiel, polished and improved by myself.
diego
parents: 11525
diff changeset
77 ../html-chunk.xsl ../html-single.xsl main.xml:
11326
23192e33fad5 Dependencies for autogenerated files added.
diego
parents: 11310
diff changeset
78 cd .. && sh configure
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10914
diff changeset
79
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10914
diff changeset
80 distclean:
11841
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
81 rm -f main.xml
67550c3b21a5 Make the build system print everything it does.
diego
parents: 11817
diff changeset
82 if test "$(USE_SYMLINKS)" = "yes" ; then \
11401
c17fc395142a now distclean will run on systems which don't have 'readlink'
gabucino
parents: 11326
diff changeset
83 rm -f `find *.xml -type l`; \
11310
4e0e3ba55199 Linebreaks added for improved readability, long lines in error message
diego
parents: 11206
diff changeset
84 fi