summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)