diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:18:28 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-27 12:18:28 -0600 |
commit | a8dbe082960dc9bdd44c6e4b1198423c4e566029 (patch) | |
tree | cf561807d6357a8fb39ccc951ca5da16903e01f7 | |
parent | 5cc933039e4763b8675611c63b6147b42878a2bb (diff) |
install altosui man page
-rw-r--r-- | ao-tools/altosui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 101954db..df960130 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -101,6 +101,7 @@ altosui: install: altosui.jar altosui /usr/bin/install -m 0644 altosui.jar $(DESTDIR)/usr/share/java/altosui.jar + /usr/bin/install -m 0644 altosui.1 $(DESTDIR)/usr/share/man/altosui.1 /usr/bin/install altosui $(DESTDIR)/usr/bin/altosui endif |