Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

2 changed files with 2 additions and 6 deletions

View File

@ -53,7 +53,5 @@ distclean: clean
$(RM) menu-helper
install: menu-helper menu-helper.1.gz
install -d $(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/

View File

@ -10,7 +10,5 @@
- [X] Name
- [X] Description
- [ ] v1.1
- [ ] Add import/export functionality.
- [ ] Allow for writing description in editor.
- [ ] Add examples to man page.
- [ ] Add import/export functionality.
- [ ] Allow for writing description in editor.