[gegl] docs: change doc files suffix from .txt to .adoc
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] docs: change doc files suffix from .txt to .adoc
- Date: Sat, 27 Mar 2021 20:30:44 +0000 (UTC)
commit 726192e200266250f755b5fcb27274b3f4a93b43
Author: John <jtm home gmail com>
Date: Sun Feb 14 22:57:04 2021 +0000
docs: change doc files suffix from .txt to .adoc
docs/{NEWS.txt => NEWS.adoc} | 0
docs/{abyss_policy.txt => abyss_policy.adoc} | 0
docs/{build.txt.in => build.adoc.in} | 0
docs/{commandline.txt => commandline.adoc} | 0
docs/{contribute.txt => contribute.adoc} | 0
docs/{copyright.txt.in => copyright.adoc.in} | 0
docs/{development.txt => development.adoc} | 0
docs/{editor.txt => editor.adoc} | 0
docs/{environment.txt => environment.adoc} | 0
docs/{features.txt => features.adoc} | 0
docs/{gcut.txt => gcut.adoc} | 0
docs/{gegl-chain.txt => gegl-chain.adoc} | 0
docs/{glossary.txt => glossary.adoc} | 0
docs/{hello-world.txt.in => hello-world.adoc.in} | 0
docs/{index.txt => index.adoc} | 0
docs/{journal.txt => journal.adoc} | 0
docs/meson.build | 32 +++++++++++-----------
docs/{operation-api.txt => operation-api.adoc} | 0
docs/{source-overview.txt => source-overview.adoc} | 0
19 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/docs/NEWS.txt b/docs/NEWS.adoc
similarity index 100%
rename from docs/NEWS.txt
rename to docs/NEWS.adoc
diff --git a/docs/abyss_policy.txt b/docs/abyss_policy.adoc
similarity index 100%
rename from docs/abyss_policy.txt
rename to docs/abyss_policy.adoc
diff --git a/docs/build.txt.in b/docs/build.adoc.in
similarity index 100%
rename from docs/build.txt.in
rename to docs/build.adoc.in
diff --git a/docs/commandline.txt b/docs/commandline.adoc
similarity index 100%
rename from docs/commandline.txt
rename to docs/commandline.adoc
diff --git a/docs/contribute.txt b/docs/contribute.adoc
similarity index 100%
rename from docs/contribute.txt
rename to docs/contribute.adoc
diff --git a/docs/copyright.txt.in b/docs/copyright.adoc.in
similarity index 100%
rename from docs/copyright.txt.in
rename to docs/copyright.adoc.in
diff --git a/docs/development.txt b/docs/development.adoc
similarity index 100%
rename from docs/development.txt
rename to docs/development.adoc
diff --git a/docs/editor.txt b/docs/editor.adoc
similarity index 100%
rename from docs/editor.txt
rename to docs/editor.adoc
diff --git a/docs/environment.txt b/docs/environment.adoc
similarity index 100%
rename from docs/environment.txt
rename to docs/environment.adoc
diff --git a/docs/features.txt b/docs/features.adoc
similarity index 100%
rename from docs/features.txt
rename to docs/features.adoc
diff --git a/docs/gcut.txt b/docs/gcut.adoc
similarity index 100%
rename from docs/gcut.txt
rename to docs/gcut.adoc
diff --git a/docs/gegl-chain.txt b/docs/gegl-chain.adoc
similarity index 100%
rename from docs/gegl-chain.txt
rename to docs/gegl-chain.adoc
diff --git a/docs/glossary.txt b/docs/glossary.adoc
similarity index 100%
rename from docs/glossary.txt
rename to docs/glossary.adoc
diff --git a/docs/hello-world.txt.in b/docs/hello-world.adoc.in
similarity index 100%
rename from docs/hello-world.txt.in
rename to docs/hello-world.adoc.in
diff --git a/docs/index.txt b/docs/index.adoc
similarity index 100%
rename from docs/index.txt
rename to docs/index.adoc
diff --git a/docs/journal.txt b/docs/journal.adoc
similarity index 100%
rename from docs/journal.txt
rename to docs/journal.adoc
diff --git a/docs/meson.build b/docs/meson.build
index e657b06e4..19ccca9e1 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -38,16 +38,16 @@ asciidoc_config = configuration_data()
asciidoc_config.set('top_srcdir', project_source_root)
asciidoc_files = files(
- 'NEWS.txt',
- 'abyss_policy.txt',
- 'contribute.txt',
- 'editor.txt',
- 'environment.txt',
- 'journal.txt',
+ 'NEWS.adoc',
+ 'abyss_policy.adoc',
+ 'contribute.adoc',
+ 'editor.adoc',
+ 'environment.adoc',
+ 'journal.adoc',
)
asciidoc_files += [
configure_file(
- input : 'hello-world.txt.in',
+ input : 'hello-world.adoc.in',
output: '@BASENAME@',
configuration: asciidoc_config,
),
@@ -88,18 +88,18 @@ if can_run_host_binaries
endif
website_asciidoc_files = files(
- 'index.txt',
- 'commandline.txt',
- 'development.txt',
- 'features.txt',
- 'gegl-chain.txt',
- 'glossary.txt',
- 'operation-api.txt',
- 'source-overview.txt',
+ 'index.adoc',
+ 'commandline.adoc',
+ 'development.adoc',
+ 'features.adoc',
+ 'gegl-chain.adoc',
+ 'glossary.adoc',
+ 'operation-api.adoc',
+ 'source-overview.adoc',
)
website_asciidoc_files += [
configure_file(
- input : 'build.txt.in',
+ input : 'build.adoc.in',
output: '@BASENAME@',
configuration: dep_ver,
),
diff --git a/docs/operation-api.txt b/docs/operation-api.adoc
similarity index 100%
rename from docs/operation-api.txt
rename to docs/operation-api.adoc
diff --git a/docs/source-overview.txt b/docs/source-overview.adoc
similarity index 100%
rename from docs/source-overview.txt
rename to docs/source-overview.adoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]