summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:12 +0000
commit4f15994d3bd127ad20dcb7c93bfb715115c59923 (patch)
tree95aaa746ef73b7e0389fed980fc9a1b33f18558a
parentReleasing version 20230205. (diff)
downloadgnome-shell-extensions-extra-4f15994d3bd127ad20dcb7c93bfb715115c59923.tar.xz
gnome-shell-extensions-extra-4f15994d3bd127ad20dcb7c93bfb715115c59923.zip
Adding todo file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--Makefile2
-rw-r--r--share/doc/TODO.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca57896..20376ee 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ package-build: share/man/*.rst
package-install: package-build
mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE)
- cp -r CHANGELOG.txt LICENSE.txt README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE)
+ cp -r CHANGELOG.txt LICENSE.txt README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE)
for SECTION in $$(seq 1 8); \
do \
diff --git a/share/doc/TODO.txt b/share/doc/TODO.txt
new file mode 100644
index 0000000..38493a0
--- /dev/null
+++ b/share/doc/TODO.txt
@@ -0,0 +1,5 @@
+TODO
+====
+
+ * add https://github.com/gTile/gTile
+ blocker: bazel 6 (#1021950)