1
0
Fork 0

Adding todo file.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 19:41:13 +01:00
parent ea13f52a6f
commit 0fe1af5ba8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 6 additions and 1 deletions

View file

@ -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 \

5
share/doc/TODO.txt Normal file
View file

@ -0,0 +1,5 @@
TODO
====
* add https://github.com/gTile/gTile
blocker: bazel 6 (#1021950)