[gdk-pixbuf] Move the API reference down two levels
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Move the API reference down two levels
- Date: Mon, 30 Apr 2018 17:18:02 +0000 (UTC)
commit b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Apr 29 00:57:56 2018 +0100
Move the API reference down two levels
The `docs` directory is empty, and gdk-pixbuf is not part of GTK any
more, so there's no point to have the API reference under a separate
directory.
CONTRIBUTING.md | 4 +---
docs/{reference/gdk-pixbuf => }/apple-red-1a.png | Bin 29895 -> 29895 bytes
docs/{reference/gdk-pixbuf => }/apple-red-2c.png | Bin 19103 -> 19103 bytes
docs/{reference/gdk-pixbuf => }/composite.dia | Bin 2351 -> 2351 bytes
docs/{reference/gdk-pixbuf => }/composite.png | Bin 106599 -> 106599 bytes
.../gdk-pixbuf => }/gdk-pixbuf-csource.xml | 0
.../gdk-pixbuf => }/gdk-pixbuf-from-drawables.xml | 0
.../gdk-pixbuf => }/gdk-pixbuf-query-loaders.xml | 0
.../gdk-pixbuf => }/gdk-pixbuf-rendering.xml | 0
.../gdk-pixbuf => }/gdk-pixbuf-sections.txt | 0
docs/{reference/gdk-pixbuf => }/gdk-pixbuf.types | 0
docs/{reference/gdk-pixbuf => }/gdk-pixbuf.xml | 0
docs/{reference/gdk-pixbuf => }/gnome-gmush-1.png | Bin 23814 -> 23814 bytes
docs/{reference/gdk-pixbuf => }/meson.build | 0
docs/{reference/gdk-pixbuf => }/version.xml.in | 0
meson.build | 2 +-
16 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4f27514..6ee19b3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,8 +78,6 @@ contribution.
├── contrib
│ └── gdk-pixbuf-xlib
├── docs
-│ └── reference
-│ └── gdk-pixbuf
├── gdk-pixbuf
│ └── pixops
├── m4
@@ -97,7 +95,7 @@ contribution.
- `contrib`: Additional functionality outside the main GdkPixbuf API
- `gdk-pixbuf-xlib`: Xlib integration API; this library is considered
deprecated, and should not be used in newly written code
- - `docs/reference/gdk-pixbuf`: The GdkPixbuf API reference
+ - `docs`: The GdkPixbuf API reference
- `gdk-pixbuf`: The core GdkPixbuf source
- `pixops`: Platform-specific code for pixel operations
- `po`: Localization files
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.xml b/docs/gdk-pixbuf-csource.xml
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf-csource.xml
rename to docs/gdk-pixbuf-csource.xml
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml b/docs/gdk-pixbuf-from-drawables.xml
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.xml
rename to docs/gdk-pixbuf-from-drawables.xml
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.xml b/docs/gdk-pixbuf-query-loaders.xml
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.xml
rename to docs/gdk-pixbuf-query-loaders.xml
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml b/docs/gdk-pixbuf-rendering.xml
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml
rename to docs/gdk-pixbuf-rendering.xml
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/gdk-pixbuf-sections.txt
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
rename to docs/gdk-pixbuf-sections.txt
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.types b/docs/gdk-pixbuf.types
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf.types
rename to docs/gdk-pixbuf.types
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.xml b/docs/gdk-pixbuf.xml
similarity index 100%
rename from docs/reference/gdk-pixbuf/gdk-pixbuf.xml
rename to docs/gdk-pixbuf.xml
diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/meson.build
similarity index 100%
rename from docs/reference/gdk-pixbuf/meson.build
rename to docs/meson.build
diff --git a/docs/reference/gdk-pixbuf/version.xml.in b/docs/version.xml.in
similarity index 100%
rename from docs/reference/gdk-pixbuf/version.xml.in
rename to docs/version.xml.in
diff --git a/meson.build b/meson.build
index 79bcb05..626e897 100644
--- a/meson.build
+++ b/meson.build
@@ -394,7 +394,7 @@ subdir('tests')
subdir('thumbnailer')
# Documentation
-subdir('docs/reference/gdk-pixbuf')
+subdir('docs')
if not meson.is_cross_build()
meson.add_install_script('build-aux/post-install.sh',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]