Skip to content

Commit

Permalink
Added man page
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz committed Aug 14, 2020
1 parent db1a6a9 commit 973b0dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Added a yellow icon for the "connecting" state, to distinguish it from the "connected" state
* Updated Makefile to respect standard variable names (DESTDIR, prefix, etc)
* Added iwgtk.desktop file
* Added man page

## 0.1
Initial release
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ install : iwgtk
install iwgtk $(DESTDIR)$(bindir)
install -d $(DESTDIR)$(desktopdir)
install iwgtk.desktop $(DESTDIR)$(desktopdir)
install -d $(DESTDIR)$(man1dir)
install iwgtk.1.gz $(DESTDIR)$(man1dir)

uninstall :
rm $(DESTDIR)$(bindir)/iwgtk
rm $(DESTDIR)$(desktopdir)/iwgtk.desktop
rm $(DESTDIR)$(man1dir)/iwgtk.1.gz

clean :
rm -f iwgtk *.o $(srcdir)/icons.c $(srcdir)/icons.h
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ Notifications and error messages:
* Show a message when a device is added/removed.

Remember the SSID of a newly created AP or ad-hoc node and display it while the AP/node is running.

Create man page
Binary file added iwgtk.1.gz
Binary file not shown.

0 comments on commit 973b0dc

Please sign in to comment.