summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-20 00:34:00 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-20 00:34:00 (EST)
commit59f5053250a3278ac4a62aa6331d3d0c3cdfba17 (patch)
tree0558845a0b8f015f2a3eacf7de64a508b1b316ae /Makefile.in
parentcf47c930398b3095b7487855b14a1ab7f924b82f (diff)
Write oh-strip(1) manual page.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0fa8b2f..4e99130 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -44,6 +44,8 @@ install: all
@$(INSTALL) -D "$(SRCDIR)/src/oh-buildopk" "$(DESTDIR)/$(BINDIR)/oh-buildopk"
@printf ' INSTALL man/opkbuild.1\n'
@$(INSTALL) -D "$(SRCDIR)/man/opkbuild.1" "$(DESTDIR)/$(MANDIR)/man1/opkbuild.1"
+ @printf ' INSTALL man/oh-strip.1\n'
+ @$(INSTALL) -D "$(SRCDIR)/man/oh-strip.1" "$(DESTDIR)/$(MANDIR)/man1/oh-strip.1"
.PHONY: uninstall
uninstall:
@@ -57,3 +59,5 @@ uninstall:
@rm "$(DESTDIR)/$(BINDIR)/oh-buildopk"
@printf ' RM opkbuild.1\n'
@rm "$(DESTDIR)/$(MANDIR)/man1/opkbuild.1"
+ @printf ' RM oh-strip.1\n'
+ @rm "$(DESTDIR)/$(MANDIR)/man1/oh-strip.1"