Compare commits
No commits in common. "master" and "v1.0" have entirely different histories.
2
Makefile
2
Makefile
@ -53,7 +53,5 @@ 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,7 +10,5 @@
|
|||||||
- [X] Name
|
- [X] Name
|
||||||
- [X] Description
|
- [X] Description
|
||||||
|
|
||||||
- [ ] v1.1
|
- [ ] Add import/export functionality.
|
||||||
- [ ] Add import/export functionality.
|
- [ ] Allow for writing description in editor.
|
||||||
- [ ] Allow for writing description in editor.
|
|
||||||
- [ ] Add examples to man page.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user