Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ccccacd88d | |||
3157d98ea1 |
2
Makefile
2
Makefile
@ -53,5 +53,7 @@ distclean: clean
|
|||||||
$(RM) menu-helper
|
$(RM) menu-helper
|
||||||
|
|
||||||
install: menu-helper menu-helper.1.gz
|
install: menu-helper menu-helper.1.gz
|
||||||
|
install -d $(PREFIX)/bin
|
||||||
install -m 755 menu-helper $(PREFIX)/bin/
|
install -m 755 menu-helper $(PREFIX)/bin/
|
||||||
|
install -d $(PREFIX)/share/man/man1
|
||||||
install -m 644 menu-helper.1.gz $(PREFIX)/share/man/man1/
|
install -m 644 menu-helper.1.gz $(PREFIX)/share/man/man1/
|
||||||
|
6
TODO.md
6
TODO.md
@ -10,5 +10,7 @@
|
|||||||
- [X] Name
|
- [X] Name
|
||||||
- [X] Description
|
- [X] Description
|
||||||
|
|
||||||
- [ ] Add import/export functionality.
|
- [ ] v1.1
|
||||||
- [ ] Allow for writing description in editor.
|
- [ ] Add import/export functionality.
|
||||||
|
- [ ] Allow for writing description in editor.
|
||||||
|
- [ ] Add examples to man page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user