diff --git a/Makefile b/Makefile index b5b0eb8..b594d05 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/TODO b/TODO new file mode 100644 index 0000000..035f2f2 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ +Tools +===== + * vmstat(8) + * top(1) + * Better ps(1) support + * mountpoint(1) + * swaplabel(8) + * last(1) + +Other +===== + * More manpages!