From 59f5053250a3278ac4a62aa6331d3d0c3cdfba17 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 20 Jan 2012 00:34:00 -0500 Subject: Write oh-strip(1) manual page. --- (limited to 'Makefile.in') 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" -- cgit v0.9.1