Paste #k6n6d1JB59CwMEMdUtRP

=== modified file 'Makefile'
Makefile [2015-11-22 16:18:32 +0000]
Makefile [2015-11-23 18:25:56 +0000]
26 26 awk -v lang="$$lang" '$$1 == "\"Language-Team:" {print "\t\t\t\t\t\t<li><a href=\\\"contributor/" lang "/index.html\\\">" $$2 "</a></li>\\n"; exit}' contributor-docs/po/$$lang.po; \
27 27 done | sed '$$ s/\\n$$//')
28 28
29 all: clean common-libs startpage user-all contributor-all
30
31 user-all: common-libs user-html user-html-translations user-pdf user-pdf-translations
32
33 contributor-all: common-libs contributor-html contributor-html-translations contributor-pdf contributor-pdf-translations
34
35 common-libs:
36 mkdir -p build/
37 cp -r libs-common/ build/
38 -cp startpage/*.css build/
39 @touch common-libs
40
41 startpage: common-libs user-get-translations contributor-get-translations
29 all: clean startpage user-all contributor-all
30
31 user-all: user-html user-html-translations user-pdf user-pdf-translations
32
33 contributor-all: contributor-html contributor-html-translations contributor-pdf contributor-pdf-translations
34
35 startpage: startpage-style user-get-translations contributor-get-translations
42 36 sed "s@<a href=\"[^\"]\+\">Official Documentation</a>@&$(VERSION)@; \
43 37 s@^\(.*\)<!-- user docs translations -->.*@$(TRSLINKSUSER)@" startpage/index.html > build/index.html
44 38 sed -i "s@<a href=\"[^\"]\+\">Contributor Documentation</a>@&$(VERSION)@; \
45 39 s@^\(.*\)<!-- contributor docs translations -->.*@$(if $(TRSLINKSCONTR),$(TRSLINKSCONTR),\1)@" build/index.html
46
40
41 startpage-style: common-libs
42 cp startpage/*.css build/
43 @touch startpage-style
44
45 common-libs:
46 mkdir -p build/libs-common
47 cp -r libs-common/css \
48 libs-common/images \
49 build/libs-common/
50 @touch common-libs
51
47 52 user-docs/update-translations:
48 53 ifeq ($(TRANSLATIONS),)
49 54 ifneq ($(wildcard user-docs/po/LINGUAS),)
contributor-docs/Makefile [2015-11-22 16:18:32 +0000]
contributor-docs/Makefile [2015-11-23 16:03:22 +0000]
36 36 zip -0Xq xubuntu-documentation.epub mimetype; \
37 37 zip -Xr9Dq xubuntu-documentation.epub *
38 38
39 html-style:
40 $(MAKE) -C ../ common-libs
39 html-style: ../common-libs
41 40 mkdir -p ../build/contributor/libs
42 # cp -r ../libs-common ../build/
43 41 -cp -r libs/images ../build/contributor/libs/
44 42 @touch html-style
45 43
50 48 ../build/contributor/C/libs/images/
51 49 @touch epub-style
52 50
51 ../common-libs:
52 $(MAKE) -C .. common-libs
53
54 common-libs: ../common-libs
55
53 56 translate: | get-translations
54 57 ../scripts/translate.sh $(TRANSOPTS)
55 58 ../scripts/translators.sh $(TRANSOPTS)
96 99 endif
97 100
98 101 clean:
99 rm -rf ../build/libs-common ../build/contributor $(TRANSALL) fo html-style epub-style update-translations translate
102 rm -rf ../build/libs-common ../build/contributor $(TRANSALL) fo ../common-libs html-style epub-style update-translations translate
startpage/index.html [2015-11-22 16:18:32 +0000]
startpage/index.html [2015-11-23 18:09:22 +0000]
17 17 <img src="libs-common/images/logo.png" alt="Xubuntu" />
18 18 </div>
19 19
20 <div class="book">
21 <div id="content">
22 <h1>Welcome to Xubuntu 16.04 Documentation!</h1>
23
24 <div id="user" class="section">
25 <div class="documentation">
26 <h2>Official Documentation</h2>
27 <p>The <a href="user/C/index.html">Official Documentation</a> provides information on some of the most common topics on using Xubuntu.</p>
28
29 <h3>The documentation is available in these additional languages:</h3>
30 <ul>
31 <li>None yet, contribute!</li><!-- user docs translations -->
32 </ul>
33 </div>
34
35 <h2>Other Support Methods</h2>
36 <p>If you can't find the answer to your question in the Official Documentation, there are other ways to get help and support for Xubuntu. The complete list of support methods can be found in the <a href="http://xubuntu.org/help/">Help & Support</a> section of our website.</p>
37 <p>To get live help, join the <a href="http://webchat.freenode.net/?channels=xubuntu&nick=xubuntu..d&prompt=1">#xubuntu</a> channel on the Freenode IRC network.</p>
38 <p>When you are seeking for help, please note that most of the general Ubuntu help also applies to Xubuntu.</p>
20 <div id="content" class="book">
21 <h1>Welcome to Xubuntu 16.04 Documentation!</h1>
22
23 <div id="user" class="section">
24 <div class="documentation">
25 <h2>Official Documentation</h2>
26 <p>The <a href="user/C/index.html">Official Documentation</a> provides information on some of the most common topics on using Xubuntu.</p>
27
28 <h3>The documentation is available in these additional languages:</h3>
29 <ul>
30 <li>None yet, contribute!</li><!-- user docs translations -->
31 </ul>
39 32 </div>
40 33
41 <div id="contributor" class="section">
42 <h2>Get Involved</h2>
43 <p>Xubuntu is a community-driven project, and you can be part of the community that is creating it! Releasing an operating system requires many people with different skills. Areas of development include artwork, bug triaging, documentation, development, marketing, programming, testing...</p>
44 <p>To learn more on contributing, have a look at the Contributor Documentation below, or visit the <a href="http://xubuntu.org/contribute/">Get Involved</a> section on the Xubuntu website.</p>
45
46 <div class="documentation">
47 <h2>Contributor Documentation</h2>
48 <p>The <a href="contributor/C/index.html">Contributor Documentation</a> provides information on some of the most common topics on contributing to Xubuntu.</p>
49
50 <h3>The documentation is available in these additional languages:</h3>
51 <ul>
52 <li>None yet, contribute!</li><!-- contributor docs translations -->
53 </ul>
54 </div>
34 <h2>Other Support Methods</h2>
35 <p>If you can't find the answer to your question in the Official Documentation, there are other ways to get help and support for Xubuntu. The complete list of support methods can be found in the <a href="http://xubuntu.org/help/">Help & Support</a> section of our website.</p>
36 <p>To get live help, join the <a href="http://webchat.freenode.net/?channels=xubuntu&nick=xubuntu..d&prompt=1">#xubuntu</a> channel on the Freenode IRC network.</p>
37 <p>When you are seeking for help, please note that most of the general Ubuntu help also applies to Xubuntu.</p>
38 </div>
39
40 <div id="contributor" class="section">
41 <h2>Get Involved</h2>
42 <p>Xubuntu is a community-driven project, and you can be part of the community that is creating it! Releasing an operating system requires many people with different skills. Areas of development include artwork, bug triaging, documentation, development, marketing, programming, testing...</p>
43 <p>To learn more on contributing, have a look at the Contributor Documentation below, or visit the <a href="http://xubuntu.org/contribute/">Get Involved</a> section on the Xubuntu website.</p>
44
45 <div class="documentation">
46 <h2>Contributor Documentation</h2>
47 <p>The <a href="contributor/C/index.html">Contributor Documentation</a> provides information on some of the most common topics on contributing to Xubuntu.</p>
48
49 <h3>The documentation is available in these additional languages:</h3>
50 <ul>
51 <li>None yet, contribute!</li><!-- contributor docs translations -->
52 </ul>
55 53 </div>
56 54 </div>
57 55 </div>
startpage/style-startpage.css [2015-11-22 16:18:32 +0000]
startpage/style-startpage.css [2015-11-23 18:43:10 +0000]
4 4 *
5 5 */
6 6
7 #content {
8 padding-bottom: 1em;
9 margin-bottom: 3em;
10 }
11
7 12 .section {
8 13 margin: 0 -3em;
9 14 padding: 0 3em 1.5em 3em;
user-docs/Makefile [2015-11-22 16:18:32 +0000]
user-docs/Makefile [2015-11-23 16:32:22 +0000]
32 32 zip -0Xq xubuntu-documentation.epub mimetype; \
33 33 zip -Xr9Dq xubuntu-documentation.epub *
34 34
35 html-style:
36 $(MAKE) -C ../ common-libs
35 html-style: ../common-libs
37 36 mkdir -p ../build/user/libs
38 # cp -r ../libs-common ../build/
39 37 cp -r libs/images ../build/user/libs/
40 38 @touch html-style
41 39
46 44 ../build/user/C/libs/images/
47 45 @touch epub-style
48 46
47 ../common-libs:
48 $(MAKE) -C .. common-libs
49
50 common-libs: ../common-libs
51
49 52 translate: | get-translations
50 53 ../scripts/translate.sh $(TRANSOPTS)
51 54 ../scripts/translators.sh $(TRANSOPTS)
92 95 endif
93 96
94 97 clean:
95 rm -rf ../build/libs-common ../build/user $(TRANSALL) fo html-style epub-style update-translations translate
98 rm -rf ../build/libs-common ../build/user $(TRANSALL) fo ../common-libs html-style epub-style update-translations translate