This commit is contained in:
sin 2013-08-16 10:35:09 +01:00
parent 367d26ad07
commit 6fa02c77b3
2 changed files with 13 additions and 1 deletions

View File

@ -85,7 +85,7 @@ uninstall:
dist: clean
@echo creating dist tarball
@mkdir -p ubase-$(VERSION)
@cp -r LICENSE Makefile config.mk $(SRC) $(MAN) util $(HDR) ubase-$(VERSION)
@cp -r LICENSE Makefile config.mk TODO $(SRC) $(MAN) util $(HDR) ubase-$(VERSION)
@tar -cf ubase-$(VERSION).tar ubase-$(VERSION)
@gzip ubase-$(VERSION).tar
@rm -rf ubase-$(VERSION)

12
TODO Normal file
View File

@ -0,0 +1,12 @@
Tools
=====
* vmstat(8)
* top(1)
* Better ps(1) support
* mountpoint(1)
* swaplabel(8)
* last(1)
Other
=====
* More manpages!