Lines 3-10
Link Here
|
3 |
bin/asciidoc |
3 |
bin/asciidoc |
4 |
bin/asciidoc.py |
4 |
bin/asciidoc.py |
5 |
@unexec if cmp -s %D/%%ETCDIR%%/asciidoc.conf.sample %D/%%ETCDIR%%/asciidoc.conf; then rm -f %D/%%ETCDIR%%/asciidoc.conf; fi |
5 |
@unexec if cmp -s %D/%%ETCDIR%%/asciidoc.conf.sample %D/%%ETCDIR%%/asciidoc.conf; then rm -f %D/%%ETCDIR%%/asciidoc.conf; fi |
6 |
%%ETCDIR%%/asciidoc.conf.sample |
|
|
7 |
@exec if [ ! -f %D/%%ETCDIR%%/asciidoc.conf ] ; then cp -p %D/%F %B/asciidoc.conf; fi |
6 |
@exec if [ ! -f %D/%%ETCDIR%%/asciidoc.conf ] ; then cp -p %D/%F %B/asciidoc.conf; fi |
|
|
7 |
%%ETCDIR%%/asciidoc.conf.sample |
8 |
%%ETCDIR%%/dblatex/asciidoc-dblatex.sty |
8 |
%%ETCDIR%%/dblatex/asciidoc-dblatex.sty |
9 |
%%ETCDIR%%/dblatex/asciidoc-dblatex.xsl |
9 |
%%ETCDIR%%/dblatex/asciidoc-dblatex.xsl |
10 |
%%ETCDIR%%/docbook-xsl/chunked.xsl |
10 |
%%ETCDIR%%/docbook-xsl/chunked.xsl |
Lines 16-48
Link Here
|
16 |
%%ETCDIR%%/docbook-xsl/text.xsl |
16 |
%%ETCDIR%%/docbook-xsl/text.xsl |
17 |
%%ETCDIR%%/docbook-xsl/xhtml.xsl |
17 |
%%ETCDIR%%/docbook-xsl/xhtml.xsl |
18 |
@unexec if cmp -s %D/%%ETCDIR%%/docbook45.conf.sample %D/%%ETCDIR%%/docbook45.conf; then rm -f %D/%%ETCDIR%%/docbook45.conf; fi |
18 |
@unexec if cmp -s %D/%%ETCDIR%%/docbook45.conf.sample %D/%%ETCDIR%%/docbook45.conf; then rm -f %D/%%ETCDIR%%/docbook45.conf; fi |
19 |
%%ETCDIR%%/docbook45.conf.sample |
|
|
20 |
@exec if [ ! -f %D/%%ETCDIR%%/docbook45.conf ] ; then cp -p %D/%F %B/docbook45.conf; fi |
19 |
@exec if [ ! -f %D/%%ETCDIR%%/docbook45.conf ] ; then cp -p %D/%F %B/docbook45.conf; fi |
|
|
20 |
%%ETCDIR%%/docbook45.conf.sample |
21 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/code/code-filter.conf.sample %D/%%ETCDIR%%/filters/code/code-filter.conf; then rm -f %D/%%ETCDIR%%/filters/code/code-filter.conf; fi |
21 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/code/code-filter.conf.sample %D/%%ETCDIR%%/filters/code/code-filter.conf; then rm -f %D/%%ETCDIR%%/filters/code/code-filter.conf; fi |
22 |
%%ETCDIR%%/filters/code/code-filter.conf.sample |
|
|
23 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/code/code-filter.conf ] ; then cp -p %D/%F %B/code-filter.conf; fi |
22 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/code/code-filter.conf ] ; then cp -p %D/%F %B/code-filter.conf; fi |
|
|
23 |
%%ETCDIR%%/filters/code/code-filter.conf.sample |
24 |
%%ETCDIR%%/filters/code/code-filter.py |
24 |
%%ETCDIR%%/filters/code/code-filter.py |
25 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; then rm -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; fi |
25 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; then rm -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; fi |
26 |
%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample |
|
|
27 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf ] ; then cp -p %D/%F %B/graphviz-filter.conf; fi |
26 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf ] ; then cp -p %D/%F %B/graphviz-filter.conf; fi |
|
|
27 |
%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample |
28 |
%%ETCDIR%%/filters/graphviz/graphviz2png.py |
28 |
%%ETCDIR%%/filters/graphviz/graphviz2png.py |
29 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/latex/latex-filter.conf.sample %D/%%ETCDIR%%/filters/latex/latex-filter.conf; then rm -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf; fi |
29 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/latex/latex-filter.conf.sample %D/%%ETCDIR%%/filters/latex/latex-filter.conf; then rm -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf; fi |
30 |
%%ETCDIR%%/filters/latex/latex-filter.conf.sample |
|
|
31 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf ] ; then cp -p %D/%F %B/latex-filter.conf; fi |
30 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf ] ; then cp -p %D/%F %B/latex-filter.conf; fi |
|
|
31 |
%%ETCDIR%%/filters/latex/latex-filter.conf.sample |
32 |
%%ETCDIR%%/filters/latex/latex2png.py |
32 |
%%ETCDIR%%/filters/latex/latex2png.py |
33 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/music/music-filter.conf.sample %D/%%ETCDIR%%/filters/music/music-filter.conf; then rm -f %D/%%ETCDIR%%/filters/music/music-filter.conf; fi |
33 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/music/music-filter.conf.sample %D/%%ETCDIR%%/filters/music/music-filter.conf; then rm -f %D/%%ETCDIR%%/filters/music/music-filter.conf; fi |
34 |
%%ETCDIR%%/filters/music/music-filter.conf.sample |
|
|
35 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/music/music-filter.conf ] ; then cp -p %D/%F %B/music-filter.conf; fi |
34 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/music/music-filter.conf ] ; then cp -p %D/%F %B/music-filter.conf; fi |
|
|
35 |
%%ETCDIR%%/filters/music/music-filter.conf.sample |
36 |
%%ETCDIR%%/filters/music/music2png.py |
36 |
%%ETCDIR%%/filters/music/music2png.py |
37 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; then rm -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; fi |
37 |
@unexec if cmp -s %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; then rm -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; fi |
38 |
%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample |
|
|
39 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf ] ; then cp -p %D/%F %B/source-highlight-filter.conf; fi |
38 |
@exec if [ ! -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf ] ; then cp -p %D/%F %B/source-highlight-filter.conf; fi |
|
|
39 |
%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample |
40 |
@unexec if cmp -s %D/%%ETCDIR%%/help.conf.sample %D/%%ETCDIR%%/help.conf; then rm -f %D/%%ETCDIR%%/help.conf; fi |
40 |
@unexec if cmp -s %D/%%ETCDIR%%/help.conf.sample %D/%%ETCDIR%%/help.conf; then rm -f %D/%%ETCDIR%%/help.conf; fi |
41 |
%%ETCDIR%%/help.conf.sample |
|
|
42 |
@exec if [ ! -f %D/%%ETCDIR%%/help.conf ] ; then cp -p %D/%F %B/help.conf; fi |
41 |
@exec if [ ! -f %D/%%ETCDIR%%/help.conf ] ; then cp -p %D/%F %B/help.conf; fi |
|
|
42 |
%%ETCDIR%%/help.conf.sample |
43 |
@unexec if cmp -s %D/%%ETCDIR%%/html4.conf.sample %D/%%ETCDIR%%/html4.conf; then rm -f %D/%%ETCDIR%%/html4.conf; fi |
43 |
@unexec if cmp -s %D/%%ETCDIR%%/html4.conf.sample %D/%%ETCDIR%%/html4.conf; then rm -f %D/%%ETCDIR%%/html4.conf; fi |
44 |
%%ETCDIR%%/html4.conf.sample |
|
|
45 |
@exec if [ ! -f %D/%%ETCDIR%%/html4.conf ] ; then cp -p %D/%F %B/html4.conf; fi |
44 |
@exec if [ ! -f %D/%%ETCDIR%%/html4.conf ] ; then cp -p %D/%F %B/html4.conf; fi |
|
|
45 |
%%ETCDIR%%/html4.conf.sample |
46 |
@unexec if cmp -s %D/%%ETCDIR%%/html5.conf.sample %D/%%ETCDIR%%/html5.conf; then rm -f %D/%%ETCDIR%%/html5.conf; fi |
46 |
@unexec if cmp -s %D/%%ETCDIR%%/html5.conf.sample %D/%%ETCDIR%%/html5.conf; then rm -f %D/%%ETCDIR%%/html5.conf; fi |
47 |
%%ETCDIR%%/html5.conf.sample |
47 |
%%ETCDIR%%/html5.conf.sample |
48 |
@exec if [ ! -f %D/%%ETCDIR%%/html5.conf ] ; then cp -p %D/%F %B/html5.conf; fi |
48 |
@exec if [ ! -f %D/%%ETCDIR%%/html5.conf ] ; then cp -p %D/%F %B/html5.conf; fi |
Lines 78-152
Link Here
|
78 |
%%ETCDIR%%/javascripts/slidy.js |
78 |
%%ETCDIR%%/javascripts/slidy.js |
79 |
%%ETCDIR%%/javascripts/toc.js |
79 |
%%ETCDIR%%/javascripts/toc.js |
80 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-de.conf.sample %D/%%ETCDIR%%/lang-de.conf; then rm -f %D/%%ETCDIR%%/lang-de.conf; fi |
80 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-de.conf.sample %D/%%ETCDIR%%/lang-de.conf; then rm -f %D/%%ETCDIR%%/lang-de.conf; fi |
81 |
%%ETCDIR%%/lang-de.conf.sample |
|
|
82 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-de.conf ] ; then cp -p %D/%F %B/lang-de.conf; fi |
81 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-de.conf ] ; then cp -p %D/%F %B/lang-de.conf; fi |
|
|
82 |
%%ETCDIR%%/lang-de.conf.sample |
83 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-el.conf.sample %D/%%ETCDIR%%/lang-el.conf; then rm -f %D/%%ETCDIR%%/lang-el.conf; fi |
84 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-el.conf ] ; then cp -p %D/%F %B/lang-el.conf; fi |
85 |
%%ETCDIR%%/lang-el.conf.sample |
83 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-en.conf.sample %D/%%ETCDIR%%/lang-en.conf; then rm -f %D/%%ETCDIR%%/lang-en.conf; fi |
86 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-en.conf.sample %D/%%ETCDIR%%/lang-en.conf; then rm -f %D/%%ETCDIR%%/lang-en.conf; fi |
84 |
%%ETCDIR%%/lang-en.conf.sample |
|
|
85 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-en.conf ] ; then cp -p %D/%F %B/lang-en.conf; fi |
87 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-en.conf ] ; then cp -p %D/%F %B/lang-en.conf; fi |
|
|
88 |
%%ETCDIR%%/lang-en.conf.sample |
86 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-es.conf.sample %D/%%ETCDIR%%/lang-es.conf; then rm -f %D/%%ETCDIR%%/lang-es.conf; fi |
89 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-es.conf.sample %D/%%ETCDIR%%/lang-es.conf; then rm -f %D/%%ETCDIR%%/lang-es.conf; fi |
87 |
%%ETCDIR%%/lang-es.conf.sample |
|
|
88 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-es.conf ] ; then cp -p %D/%F %B/lang-es.conf; fi |
90 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-es.conf ] ; then cp -p %D/%F %B/lang-es.conf; fi |
|
|
91 |
%%ETCDIR%%/lang-es.conf.sample |
89 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-fr.conf.sample %D/%%ETCDIR%%/lang-fr.conf; then rm -f %D/%%ETCDIR%%/lang-fr.conf; fi |
92 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-fr.conf.sample %D/%%ETCDIR%%/lang-fr.conf; then rm -f %D/%%ETCDIR%%/lang-fr.conf; fi |
90 |
%%ETCDIR%%/lang-fr.conf.sample |
|
|
91 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-fr.conf ] ; then cp -p %D/%F %B/lang-fr.conf; fi |
93 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-fr.conf ] ; then cp -p %D/%F %B/lang-fr.conf; fi |
|
|
94 |
%%ETCDIR%%/lang-fr.conf.sample |
92 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-hu.conf.sample %D/%%ETCDIR%%/lang-hu.conf; then rm -f %D/%%ETCDIR%%/lang-hu.conf; fi |
95 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-hu.conf.sample %D/%%ETCDIR%%/lang-hu.conf; then rm -f %D/%%ETCDIR%%/lang-hu.conf; fi |
93 |
%%ETCDIR%%/lang-hu.conf.sample |
|
|
94 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-hu.conf ] ; then cp -p %D/%F %B/lang-hu.conf; fi |
96 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-hu.conf ] ; then cp -p %D/%F %B/lang-hu.conf; fi |
|
|
97 |
%%ETCDIR%%/lang-hu.conf.sample |
98 |
|
95 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-it.conf.sample %D/%%ETCDIR%%/lang-it.conf; then rm -f %D/%%ETCDIR%%/lang-it.conf; fi |
99 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-it.conf.sample %D/%%ETCDIR%%/lang-it.conf; then rm -f %D/%%ETCDIR%%/lang-it.conf; fi |
96 |
%%ETCDIR%%/lang-it.conf.sample |
|
|
97 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-it.conf ] ; then cp -p %D/%F %B/lang-it.conf; fi |
100 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-it.conf ] ; then cp -p %D/%F %B/lang-it.conf; fi |
|
|
101 |
%%ETCDIR%%/lang-it.conf.sample |
98 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-nl.conf.sample %D/%%ETCDIR%%/lang-nl.conf; then rm -f %D/%%ETCDIR%%/lang-nl.conf; fi |
102 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-nl.conf.sample %D/%%ETCDIR%%/lang-nl.conf; then rm -f %D/%%ETCDIR%%/lang-nl.conf; fi |
99 |
%%ETCDIR%%/lang-nl.conf.sample |
|
|
100 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-nl.conf ] ; then cp -p %D/%F %B/lang-nl.conf; fi |
103 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-nl.conf ] ; then cp -p %D/%F %B/lang-nl.conf; fi |
|
|
104 |
%%ETCDIR%%/lang-nl.conf.sample |
101 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-pt-BR.conf.sample %D/%%ETCDIR%%/lang-pt-BR.conf; then rm -f %D/%%ETCDIR%%/lang-pt-BR.conf; fi |
105 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-pt-BR.conf.sample %D/%%ETCDIR%%/lang-pt-BR.conf; then rm -f %D/%%ETCDIR%%/lang-pt-BR.conf; fi |
102 |
%%ETCDIR%%/lang-pt-BR.conf.sample |
|
|
103 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-pt-BR.conf ] ; then cp -p %D/%F %B/lang-pt-BR.conf; fi |
106 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-pt-BR.conf ] ; then cp -p %D/%F %B/lang-pt-BR.conf; fi |
|
|
107 |
%%ETCDIR%%/lang-pt-BR.conf.sample |
104 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-ru.conf.sample %D/%%ETCDIR%%/lang-ru.conf; then rm -f %D/%%ETCDIR%%/lang-ru.conf; fi |
108 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-ru.conf.sample %D/%%ETCDIR%%/lang-ru.conf; then rm -f %D/%%ETCDIR%%/lang-ru.conf; fi |
105 |
%%ETCDIR%%/lang-ru.conf.sample |
|
|
106 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-ru.conf ] ; then cp -p %D/%F %B/lang-ru.conf; fi |
109 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-ru.conf ] ; then cp -p %D/%F %B/lang-ru.conf; fi |
|
|
110 |
%%ETCDIR%%/lang-ru.conf.sample |
107 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-uk.conf.sample %D/%%ETCDIR%%/lang-uk.conf; then rm -f %D/%%ETCDIR%%/lang-uk.conf; fi |
111 |
@unexec if cmp -s %D/%%ETCDIR%%/lang-uk.conf.sample %D/%%ETCDIR%%/lang-uk.conf; then rm -f %D/%%ETCDIR%%/lang-uk.conf; fi |
108 |
%%ETCDIR%%/lang-uk.conf.sample |
|
|
109 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-uk.conf ] ; then cp -p %D/%F %B/lang-uk.conf; fi |
112 |
@exec if [ ! -f %D/%%ETCDIR%%/lang-uk.conf ] ; then cp -p %D/%F %B/lang-uk.conf; fi |
|
|
113 |
%%ETCDIR%%/lang-uk.conf.sample |
110 |
@unexec if cmp -s %D/%%ETCDIR%%/latex.conf.sample %D/%%ETCDIR%%/latex.conf; then rm -f %D/%%ETCDIR%%/latex.conf; fi |
114 |
@unexec if cmp -s %D/%%ETCDIR%%/latex.conf.sample %D/%%ETCDIR%%/latex.conf; then rm -f %D/%%ETCDIR%%/latex.conf; fi |
111 |
%%ETCDIR%%/latex.conf.sample |
|
|
112 |
@exec if [ ! -f %D/%%ETCDIR%%/latex.conf ] ; then cp -p %D/%F %B/latex.conf; fi |
115 |
@exec if [ ! -f %D/%%ETCDIR%%/latex.conf ] ; then cp -p %D/%F %B/latex.conf; fi |
|
|
116 |
%%ETCDIR%%/latex.conf.sample |
113 |
@unexec if cmp -s %D/%%ETCDIR%%/slidy.conf.sample %D/%%ETCDIR%%/slidy.conf; then rm -f %D/%%ETCDIR%%/slidy.conf; fi |
117 |
@unexec if cmp -s %D/%%ETCDIR%%/slidy.conf.sample %D/%%ETCDIR%%/slidy.conf; then rm -f %D/%%ETCDIR%%/slidy.conf; fi |
114 |
%%ETCDIR%%/slidy.conf.sample |
|
|
115 |
@exec if [ ! -f %D/%%ETCDIR%%/slidy.conf ] ; then cp -p %D/%F %B/slidy.conf; fi |
118 |
@exec if [ ! -f %D/%%ETCDIR%%/slidy.conf ] ; then cp -p %D/%F %B/slidy.conf; fi |
|
|
119 |
%%ETCDIR%%/slidy.conf.sample |
116 |
%%ETCDIR%%/stylesheets/asciidoc.css |
120 |
%%ETCDIR%%/stylesheets/asciidoc.css |
117 |
%%ETCDIR%%/stylesheets/docbook-xsl.css |
121 |
%%ETCDIR%%/stylesheets/docbook-xsl.css |
118 |
%%ETCDIR%%/stylesheets/pygments.css |
122 |
%%ETCDIR%%/stylesheets/pygments.css |
119 |
%%ETCDIR%%/stylesheets/slidy.css |
123 |
%%ETCDIR%%/stylesheets/slidy.css |
120 |
%%ETCDIR%%/stylesheets/toc2.css |
124 |
%%ETCDIR%%/stylesheets/toc2.css |
121 |
%%ETCDIR%%/stylesheets/xhtml11-quirks.css |
125 |
%%ETCDIR%%/stylesheets/xhtml11-quirks.css |
122 |
%%ETCDIR%%/themes/flask/flask.css |
|
|
123 |
%%ETCDIR%%/themes/volnitsky/volnitsky.css |
124 |
@unexec if cmp -s %D/%%ETCDIR%%/text.conf.sample %D/%%ETCDIR%%/text.conf; then rm -f %D/%%ETCDIR%%/text.conf; fi |
126 |
@unexec if cmp -s %D/%%ETCDIR%%/text.conf.sample %D/%%ETCDIR%%/text.conf; then rm -f %D/%%ETCDIR%%/text.conf; fi |
125 |
%%ETCDIR%%/text.conf.sample |
|
|
126 |
@exec if [ ! -f %D/%%ETCDIR%%/text.conf ] ; then cp -p %D/%F %B/text.conf; fi |
127 |
@exec if [ ! -f %D/%%ETCDIR%%/text.conf ] ; then cp -p %D/%F %B/text.conf; fi |
|
|
128 |
%%ETCDIR%%/text.conf.sample |
129 |
%%ETCDIR%%/themes/flask/flask.css |
130 |
%%ETCDIR%%/themes/volnitsky/volnitsky.css |
127 |
@unexec if cmp -s %D/%%ETCDIR%%/wordpress.conf.sample %D/%%ETCDIR%%/wordpress.conf; then rm -f %D/%%ETCDIR%%/wordpress.conf; fi |
131 |
@unexec if cmp -s %D/%%ETCDIR%%/wordpress.conf.sample %D/%%ETCDIR%%/wordpress.conf; then rm -f %D/%%ETCDIR%%/wordpress.conf; fi |
128 |
%%ETCDIR%%/wordpress.conf.sample |
|
|
129 |
@exec if [ ! -f %D/%%ETCDIR%%/wordpress.conf ] ; then cp -p %D/%F %B/wordpress.conf; fi |
132 |
@exec if [ ! -f %D/%%ETCDIR%%/wordpress.conf ] ; then cp -p %D/%F %B/wordpress.conf; fi |
130 |
@unexec if cmp -s %D/%%ETCDIR%%/xhtml11-quirks.conf.sample %D/%%ETCDIR%%/xhtml11-quirks.conf; then rm -f %D/%%ETCDIR%%/xhtml11-quirks.conf; fi |
133 |
%%ETCDIR%%/wordpress.conf.sample |
131 |
%%ETCDIR%%/xhtml11-quirks.conf.sample |
|
|
132 |
@exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ] ; then cp -p %D/%F %B/xhtml11-quirks.conf; fi |
133 |
@unexec if cmp -s %D/%%ETCDIR%%/xhtml11.conf.sample %D/%%ETCDIR%%/xhtml11.conf; then rm -f %D/%%ETCDIR%%/xhtml11.conf; fi |
134 |
@unexec if cmp -s %D/%%ETCDIR%%/xhtml11.conf.sample %D/%%ETCDIR%%/xhtml11.conf; then rm -f %D/%%ETCDIR%%/xhtml11.conf; fi |
134 |
%%ETCDIR%%/xhtml11.conf.sample |
135 |
%%ETCDIR%%/xhtml11.conf.sample |
135 |
@exec if [ ! -f %D/%%ETCDIR%%/xhtml11.conf ] ; then cp -p %D/%F %B/xhtml11.conf; fi |
136 |
@exec if [ ! -f %D/%%ETCDIR%%/xhtml11.conf ] ; then cp -p %D/%F %B/xhtml11.conf; fi |
136 |
@dirrm %%ETCDIR%%/dblatex |
137 |
@unexec if cmp -s %D/%%ETCDIR%%/xhtml11-quirks.conf.sample %D/%%ETCDIR%%/xhtml11-quirks.conf; then rm -f %D/%%ETCDIR%%/xhtml11-quirks.conf; fi |
137 |
@dirrm %%ETCDIR%%/docbook-xsl |
138 |
@exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ] ; then cp -p %D/%F %B/xhtml11-quirks.conf; fi |
138 |
@dirrmtry %%ETCDIR%%/filters/code |
139 |
%%ETCDIR%%/xhtml11-quirks.conf.sample |
139 |
@dirrmtry %%ETCDIR%%/filters/graphviz |
140 |
share/vim/vimfiles/ftdetect/asciidoc_filetype.vim |
140 |
@dirrmtry %%ETCDIR%%/filters/latex |
141 |
share/vim/vimfiles/syntax/asciidoc.vim |
141 |
@dirrmtry %%ETCDIR%%/filters/music |
142 |
@dirrmtry share/vim/vimfiles/syntax |
142 |
@dirrmtry %%ETCDIR%%/filters/source |
143 |
@dirrmtry share/vim/vimfiles/ftdetect |
143 |
@dirrmtry %%ETCDIR%%/filters |
144 |
@dirrmtry share/vim/vimfiles |
|
|
145 |
@dirrmtry share/vim |
146 |
@dirrm %%ETCDIR%%/themes/volnitsky |
147 |
@dirrm %%ETCDIR%%/themes/flask |
148 |
@dirrm %%ETCDIR%%/themes |
149 |
@dirrm %%ETCDIR%%/stylesheets |
150 |
@dirrm %%ETCDIR%%/javascripts |
144 |
@dirrm %%ETCDIR%%/images/icons/callouts |
151 |
@dirrm %%ETCDIR%%/images/icons/callouts |
145 |
@dirrm %%ETCDIR%%/images/icons |
152 |
@dirrm %%ETCDIR%%/images/icons |
146 |
@dirrm %%ETCDIR%%/images |
153 |
@dirrm %%ETCDIR%%/images |
147 |
@dirrm %%ETCDIR%%/javascripts |
154 |
@dirrmtry %%ETCDIR%%/filters/source |
148 |
@dirrm %%ETCDIR%%/stylesheets |
155 |
@dirrmtry %%ETCDIR%%/filters/music |
149 |
@dirrm %%ETCDIR%%/themes/flask |
156 |
@dirrmtry %%ETCDIR%%/filters/latex |
150 |
@dirrm %%ETCDIR%%/themes/volnitsky |
157 |
@dirrmtry %%ETCDIR%%/filters/graphviz |
151 |
@dirrm %%ETCDIR%%/themes |
158 |
@dirrmtry %%ETCDIR%%/filters/code |
|
|
159 |
@dirrmtry %%ETCDIR%%/filters |
160 |
@dirrm %%ETCDIR%%/docbook-xsl |
161 |
@dirrm %%ETCDIR%%/dblatex |
152 |
@dirrmtry %%ETCDIR%% |
162 |
@dirrmtry %%ETCDIR%% |