Adding todo file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ea13f52a6f
commit
0fe1af5ba8
2 changed files with 6 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
5
share/doc/TODO.txt
Normal file
5
share/doc/TODO.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
TODO
|
||||
====
|
||||
|
||||
* add https://github.com/gTile/gTile
|
||||
blocker: bazel 6 (#1021950)
|
Loading…
Add table
Reference in a new issue