diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-01-05 17:48:36 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-01-05 17:48:36 +0100 |
commit | 002ea72b1e6d263d55cdf077400d046390ee387d (patch) | |
tree | 46ffbf5237d8d9269dfc96ffbe986941e9f15ee3 | |
parent | 30623f47d96d87b1905fb7511785e38e708a71ce (diff) |
Makefile: install manpagev0.1
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ clean: FRC install: FRC all mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 install -m0755 $(ALL) $(DESTDIR)$(BINDIR) + install -m0644 $(ALL:=.1) $(DESTDIR)$(MANDIR)/man1 FRC: |